Skip to contents

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

Usage

glasgow_2

Format

An object of class character of length 5.

Source

Color definitions are based on UGlasgow's website.

Value

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

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

Author

unicol, 2023-07-05.

Examples

glasgow_2
#> Glasgow turquoise      Glasgow rose   Glasgow pumpkin  Glasgow sunshine 
#>         "#00B5D1"         "#B06C96"         "#FFB948"         "#FFDC36" 
#>     Glasgow mocha 
#>         "#AA8066" 
unikn::seecol(glasgow_2, main = "University of Glasgow 2") # view color palette