Skip to contents

ohio_uni_1 provides the three primary colors of Ohio University, USA.

Usage

ohio_uni_1

Format

An object of class character of length 3.

Source

Color definitions are based on OU's color brand information.

Value

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

Details

The 3 primary colors are Cutler green (defined as HEX "#00694E"), Under the elms (defined as HEX "#024230"), and Cupola white (defined as HEX "#FFFFFF" or "white"),

ohio_uni_1 uses the HEX color definitions.

The primary color palette should be used across all brand communications.

Cutler green should be the dominant color used while Under the elms and Cupola white can be used as an accent.

Black and white are accent colors that can be used sparingly across all color palettes.

Author

unicol, 2023-08-28.

Examples

ohio_uni_1
#>   Cutler green Under the elms   Cupola white 
#>      "#00694E"      "#024230"      "#FFFFFF" 
unikn::seecol(ohio_uni_1, col_bg = "lightgray", 
              main = "Primary colors of Ohio University")  # view color palette

unikn::demopal(ohio_uni_1, main = "Primary colors of Ohio University", 
               type = 2, seed = 1)  # demo color palette