#337C16
A dark, moderate green closely aligning with Forestgreen.
About #337C16
Visually, #337C16 is defined as a moderate green. Its closest recognized web color is Forestgreen. This translates to an RGB value of rgb(51, 124, 22).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. The HSL representation is 102.9° hue, 69.9% saturation, and 28.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#337C16
RGB51, 124, 22
HSL102.9°, 69.9%, 28.6%
CMYK59%, 0%, 82%, 51%
HSV102.9°, 82.3%, 48.6%
LAB45.9, -41.2, 44.8
XYZ8.7, 15.2, 3.2
Decimal3374102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.20:1
Text on #FFFFFF
AA
4.04:1
Text on #000000
AA Large
4.97:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337C16;
}
.text-color {
color: #337C16;
}
.border-color {
border: 2px solid #337C16;
}