#2C6D33
A dark, moderate green closely aligning with Seagreen.
About #2C6D33
When working with digital screens, the color #2C6D33 is rendered by mixing light. Its closest recognized web color is Seagreen. In the RGB color space, it consists of 44 red, 109 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. With a hue angle of 126.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C6D33
RGB44, 109, 51
HSL126.5°, 42.5%, 30.0%
CMYK60%, 0%, 53%, 57%
HSV126.5°, 59.6%, 42.7%
LAB40.8, -34.0, 26.1
XYZ7.1, 11.7, 5.0
Decimal2911539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.28:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.01:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C6D33;
}
.text-color {
color: #2C6D33;
}
.border-color {
border: 2px solid #2C6D33;
}