#2C8A49
A dark, moderate green closely aligning with Seagreen.
About #2C8A49
At its core, #2C8A49 is a dark and moderate hue. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 44 red, 138 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 68% Cyan, 0% Magenta, 47% Yellow, and 46% Black. The HSL representation is 138.5° hue, 51.6% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C8A49
RGB44, 138, 73
HSL138.5°, 51.6%, 35.7%
CMYK68%, 0%, 47%, 46%
HSV138.5°, 68.1%, 54.1%
LAB50.9, -42.3, 26.9
XYZ11.3, 19.2, 9.4
Decimal2918985
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.34:1
Text on #FFFFFF
AA Large
4.84:1
Text on #000000
AA
4.15:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C8A49;
}
.text-color {
color: #2C8A49;
}
.border-color {
border: 2px solid #2C8A49;
}