#2C9257
A dark, moderate green closely aligning with Seagreen.
About #2C9257
At its core, #2C9257 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 44 red, 146 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 70% cyan, 0% magenta, 40% yellow, and 43% black. With a hue angle of 145.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C9257
RGB44, 146, 87
HSL145.3°, 53.7%, 37.3%
CMYK70%, 0%, 40%, 43%
HSV145.3°, 69.9%, 57.3%
LAB53.8, -43.0, 23.0
XYZ13.0, 21.8, 12.5
Decimal2921047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.36:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C9257;
}
.text-color {
color: #2C9257;
}
.border-color {
border: 2px solid #2C9257;
}