#337500
A dark, vivid green closely aligning with Darkgreen.
About #337500
Visually, #337500 is defined as a vivid green. Its closest recognized web color is Darkgreen. This translates to an RGB value of rgb(51, 117, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 56% Cyan, 0% Magenta, 100% Yellow, and 54% Black. With a hue angle of 93.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#337500
RGB51, 117, 0
HSL93.8°, 100.0%, 22.9%
CMYK56%, 0%, 100%, 54%
HSV93.8°, 100.0%, 45.9%
LAB43.4, -39.4, 48.1
XYZ7.7, 13.4, 2.2
Decimal3372288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.70:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337500;
}
.text-color {
color: #337500;
}
.border-color {
border: 2px solid #337500;
}