Skip to contents

lmu_1 provides the three primary colors of the Ludwig-Maximilians-Universität München, Germany.

Usage

lmu_1

Format

An object of class character of length 3.

Source

Color definitions are based on the LMU brand guide.

Value

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

Details

The color "LMU gruen" is defined as Pantone 348 C/U, RGB 0.136.58, or HEX #00883A. Other approximations include CMYK 100/0/95/15 or HKS 57.

# Combining primary and secondary LMU colors: lmu_pal_bipolor <- c(lmu_1[-2], rev(lmu_2), lmu_1[2]) unikn::demopal(lmu_pal_bipolor, type = "mosaic", main = "Bipolar colors of LMU")

lmu_pal_linear <- c(lmu_1[-3], lmu_2, lmu_1[3]) unikn::demopal(lmu_pal_linear, type = "polygon", seed = 2, main = "Linear colors of LMU")

Author

unicol, 2022-12-02.

Examples

lmu_1
#>   LMU gruen LMU schwarz       weiss 
#>   "#00883A"   "#232323"   "#FFFFFF" 
unikn::seecol(lmu_1, main = "The primary colors of LMU München")  # view color palette 

unikn::demopal(lmu_1, type = 3, main = "Primary colors of LMU Munich")