#49A849
A medium, moderate green closely aligning with Forestgreen.
About #49A849
When working with digital screens, the color #49A849 is rendered by mixing light. Its closest recognized web color is Forestgreen. This translates to an RGB value of rgb(73, 168, 73).
Translating this color to physical media requires the CMYK color model. The color uses 57% Cyan, 0% Magenta, 57% Yellow, and 34% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49A849
RGB73, 168, 73
HSL120.0°, 39.4%, 47.3%
CMYK57%, 0%, 57%, 34%
HSV120.0°, 56.5%, 65.9%
LAB61.6, -47.5, 40.2
XYZ18.0, 29.9, 11.1
Decimal4827209
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.98:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49A849;
}
.text-color {
color: #49A849;
}
.border-color {
border: 2px solid #49A849;
}