#2C833A
A dark, moderate green closely aligning with Seagreen.
About #2C833A
When working with digital screens, the color #2C833A is rendered by mixing light. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(44, 131, 58).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 66% Cyan, 0% Magenta, 56% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C833A
RGB44, 131, 58
HSL129.7°, 49.7%, 34.3%
CMYK66%, 0%, 56%, 49%
HSV129.7°, 66.4%, 51.4%
LAB48.4, -42.0, 31.7
XYZ9.9, 17.1, 6.8
Decimal2917178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C833A;
}
.text-color {
color: #2C833A;
}
.border-color {
border: 2px solid #2C833A;
}