#335F33
A dark, moderate green closely aligning with Darkolivegreen.
About #335F33
Visually, #335F33 is defined as a moderate green. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 51 red, 95 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 46% C, 0% M, 46% Y, and 63% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#335F33
RGB51, 95, 51
HSL120.0°, 30.1%, 28.6%
CMYK46%, 0%, 46%, 63%
HSV120.0°, 46.3%, 37.3%
LAB36.2, -25.4, 20.5
XYZ6.1, 9.1, 4.6
Decimal3366707
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.43:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.10:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335F33;
}
.text-color {
color: #335F33;
}
.border-color {
border: 2px solid #335F33;
}