Skip to contents

groningen_1 provides the three primary colors of the University of Groningen, Netherlands.

Usage

groningen_1

Format

An object of class character of length 3.

Source

Color definitions are based on UGroningen's House style specifications.

Value

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

Details

The 4 primary colors are "RUG red" (defined as RGB 220 0 45 or HEX "#dc002d"), "white" (defined as RGB 220 0 45 or HEX "#FFFFFF"), and "black" (defined as RGB 0 0 0 or HEX "#000000").

groningen_1 uses the RGB color definitions.

See also

groningen_2 for RUG's secondary color palette; 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 Dutch university color palettes: groningen_2

Author

P. M. Santos to unicol, 2023-08-17.

Examples

groningen_1
#>   RUG red     white     black 
#> "#DC002D" "#FFFFFF" "#000000" 
unikn::seecol(groningen_1, col_bg = "grey90",  
              main = "Primary colors of the University of Groningen")  # view palette

# unikn::demopal(groningen_1, main = "Illustrating the colors of Groningen")  # demo