#2C9249
A dark, moderate green closely aligning with Seagreen.
About #2C9249
Visually, #2C9249 is defined as a moderate green. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(44, 146, 73).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 70% C, 0% M, 50% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C9249
RGB44, 146, 73
HSL137.1°, 53.7%, 37.3%
CMYK70%, 0%, 50%, 43%
HSV137.1°, 69.9%, 57.3%
LAB53.6, -45.5, 30.3
XYZ12.5, 21.6, 9.8
Decimal2921033
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.31:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C9249;
}
.text-color {
color: #2C9249;
}
.border-color {
border: 2px solid #2C9249;
}