Skip to contents

dartmouth_2 provides the eight secondary colors of Dartmouth College, USA.

Usage

dartmouth_2

Format

An object of class character of length 8.

Source

Color definitions are based on Dartmouth's visual identity guide.

Value

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

Details

The 8 secondary colors are "forest green" (defined as HEX #12312b), "rich forest green" (defined as HEX #0D1E1C), "snow white" (identical to "white" and defined as HEX #ffffff), "midnight black" (defined as HEX #000000) "web gray 1" (defined as HEX #f7f7f7) "web gray 2" (defined as HEX #e2e2e2) "web gray 3" (defined as HEX #707070), and "granite gray" (defined as HEX #424141).

dartmouth_2 uses the HEX color definitions.

Author

unicol, 2320-07-13.

Examples

dartmouth_2
#>      forest green rich forest green        snow white    midnight black 
#>         "#12312b"         "#0D1E1C"         "#ffffff"         "#000000" 
#>        web gray 1        web gray 2        web gray 3      granite gray 
#>         "#f7f7f7"         "#e2e2e2"         "#707070"         "#424141" 
unikn::seecol(dartmouth_2, main = "Secondary colors of Dartmouth College")  # view palette