#49922C
A dark, moderate green closely aligning with Forestgreen.
About #49922C
The precise color #49922C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(73, 146, 44).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 50% Cyan, 0% Magenta, 70% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49922C
RGB73, 146, 44
HSL102.9°, 53.7%, 37.3%
CMYK50%, 0%, 70%, 43%
HSV102.9°, 69.9%, 57.3%
LAB54.2, -41.8, 45.1
XYZ13.5, 22.2, 5.9
Decimal4821548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49922C;
}
.text-color {
color: #49922C;
}
.border-color {
border: 2px solid #49922C;
}