#2C8357
A dark, moderate green closely aligning with Seagreen.
About #2C8357
At its core, #2C8357 is a dark and moderate hue. It is closely associated with the named CSS color Seagreen. In the RGB color space, it consists of 44 red, 131 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 66% C, 0% M, 34% Y, and 49% K. The HSL representation is 149.7° hue, 49.7% saturation, and 34.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C8357
RGB44, 131, 87
HSL149.7°, 49.7%, 34.3%
CMYK66%, 0%, 34%, 49%
HSV149.7°, 66.4%, 51.4%
LAB48.8, -36.7, 16.4
XYZ10.9, 17.5, 11.8
Decimal2917207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C8357;
}
.text-color {
color: #2C8357;
}
.border-color {
border: 2px solid #2C8357;
}