#49923A
A medium, moderate green closely aligning with Forestgreen.
About #49923A
At its core, #49923A is a medium and moderate hue. Designers often compare it to the standard color Forestgreen. Its digital footprint relies on 73 parts red, 146 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 0% Magenta, 60% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49923A
RGB73, 146, 58
HSL109.8°, 43.1%, 40.0%
CMYK50%, 0%, 60%, 43%
HSV109.8°, 60.3%, 57.3%
LAB54.3, -40.4, 39.0
XYZ13.8, 22.3, 7.6
Decimal4821562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.46:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49923A;
}
.text-color {
color: #49923A;
}
.border-color {
border: 2px solid #49923A;
}