#335033
A dark, muted green closely aligning with Darkslategray.
About #335033
When working with digital screens, the color #335033 is rendered by mixing light. Designers often compare it to the standard color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 80, and 51.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 36% cyan, 0% magenta, 36% yellow, and 69% black. The HSL representation is 120.0° hue, 22.1% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#335033
RGB51, 80, 51
HSL120.0°, 22.1%, 25.7%
CMYK36%, 0%, 36%, 69%
HSV120.0°, 36.2%, 31.4%
LAB31.1, -17.7, 13.8
XYZ4.8, 6.7, 4.2
Decimal3362867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.99:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.59:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335033;
}
.text-color {
color: #335033;
}
.border-color {
border: 2px solid #335033;
}