#249233
A dark, moderate green closely aligning with Forestgreen.
About #249233
At its core, #249233 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(36, 146, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 75% Cyan, 0% Magenta, 65% Yellow, and 43% Black. With a hue angle of 128.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#249233
RGB36, 146, 51
HSL128.2°, 60.4%, 35.7%
CMYK75%, 0%, 65%, 43%
HSV128.2°, 75.3%, 57.3%
LAB53.1, -50.0, 40.6
XYZ11.6, 21.2, 6.6
Decimal2396723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #249233;
}
.text-color {
color: #249233;
}
.border-color {
border: 2px solid #249233;
}