#337C2C
A dark, moderate green closely aligning with Darkgreen.
About #337C2C
At its core, #337C2C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 124, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. The HSL representation is 114.7° hue, 47.6% saturation, and 32.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#337C2C
RGB51, 124, 44
HSL114.7°, 47.6%, 32.9%
CMYK59%, 0%, 65%, 51%
HSV114.7°, 64.5%, 48.6%
LAB46.0, -39.3, 36.0
XYZ9.0, 15.3, 4.9
Decimal3374124
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.17:1
Text on #FFFFFF
AA
4.06:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337C2C;
}
.text-color {
color: #337C2C;
}
.border-color {
border: 2px solid #337C2C;
}