#2C9949
A dark, moderate green closely aligning with Mediumseagreen.
About #2C9949
The hex code #2C9949 represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 44 red, 153 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. The HSL representation is 136.0° hue, 55.3% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C9949
RGB44, 153, 73
HSL136.0°, 55.3%, 38.6%
CMYK71%, 0%, 52%, 40%
HSV136.0°, 71.2%, 60.0%
LAB55.9, -48.1, 33.2
XYZ13.6, 23.8, 10.2
Decimal2922825
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C9949;
}
.text-color {
color: #2C9949;
}
.border-color {
border: 2px solid #2C9949;
}