fu_pal_0 provides the two primary colors of the Free University Berlin, Germany.

fu_pal_0

Format

An object of class character of length 2.

Value

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

Details

The dark "FU blue" implies consistency, seriosity and respect. It is defined as Pantone 280C and approximated by CMYK 100/72/0/18.5, RGB 0/51/102, and HEX #003366.

The bright "FU green" implies renewal and mobility. It is is defined as Pantone 381C and approximated by CMYK 18.5/0/91/0, RGB 153/204/0, and HEX #99CC00.

See fu_pal_1 for a corresponding color gradient.

See also

Author

unikn, 2022-12-03.

Examples

fu_pal_0
#>   FU blue  FU green 
#> "#003366" "#99CC00" 
seecol(fu_pal_0, main = "Primary colors of the FU Berlin")  # view color palette

demopal(fu_pal_0, type = 1, main = "Primary colors of the FU Berlin")