#2C8349
A dark, moderate green closely aligning with Seagreen.
About #2C8349
At its core, #2C8349 is a dark and moderate hue. Its closest recognized web color is Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 131, and 73.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. The HSL representation is 140.0° hue, 49.7% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C8349
RGB44, 131, 73
HSL140.0°, 49.7%, 34.3%
CMYK66%, 0%, 44%, 49%
HSV140.0°, 66.4%, 51.4%
LAB48.6, -39.5, 23.9
XYZ10.4, 17.2, 9.1
Decimal2917193
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C8349;
}
.text-color {
color: #2C8349;
}
.border-color {
border: 2px solid #2C8349;
}