Learn R Programming

unicol (version 0.3.0)

glasgow_2: Secondary colours of the University of Glasgow, Scotland

Description

glasgow_2 provides the five secondary colours of the University of Glasgow, Scotland, UK.

Usage

glasgow_2

Arguments

Value

A named vector of colors (RGB/HTML codes of type character).

Format

An object of class character of length 5.

Author

unicol, 2023-07-05.

Details

The 5 secondary colours are "Glasgow turquoise" (defined as R0 G181 B209), "Glasgow rose" (defined as R176 G108 B150), "Glasgow pumpkin" (defined as R255 G185 B72), "Glasgow sunshine" (defined as R255 G220 B54), and "Glasgow mocha" (defined as R170 G128 B102).

glasgow_2 uses the RGB colour definitions.

See Also

glasgow_1 for primary colours of the University of Glasgow; seecol for viewing and comparing color palettes; usecol for using color palettes; simcol for finding similar colors; newpal for defining new color palettes; grepal for finding named colors.

Other Scottish university of color palettes: glasgow_1

Examples

Run this code
glasgow_2
unikn::seecol(glasgow_2, main = "University of Glasgow 2") # view color palette

Run the code above in your browser using DataLab