groningen_1: Primary colors of the University of Groningen, Netherlands

groningen_1R Documentation

Primary colors of the University of Groningen, Netherlands

Description

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.

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.

Value

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

Author(s)

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

Source

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

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

Examples

groningen_1
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


unicol documentation built on May 29, 2024, 7:17 a.m.