#2C6D2C
A dark, moderate green closely aligning with Seagreen.
About #2C6D2C
At its core, #2C6D2C 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, 109, and 44.
Translating this color to physical media requires the CMYK color model. The color uses 60% Cyan, 0% Magenta, 60% Yellow, and 57% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C6D2C
RGB44, 109, 44
HSL120.0°, 42.5%, 30.0%
CMYK60%, 0%, 60%, 57%
HSV120.0°, 59.6%, 42.7%
LAB40.7, -35.0, 29.8
XYZ7.0, 11.7, 4.3
Decimal2911532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.03:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C6D2C;
}
.text-color {
color: #2C6D2C;
}
.border-color {
border: 2px solid #2C6D2C;
}