#335F07
A dark, vivid green closely aligning with Darkgreen.
About #335F07
The hex code #335F07 represents a beautifully specific shade of green. Designers often compare it to the standard color Darkgreen. In the RGB color space, it consists of 51 red, 95 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 46% cyan, 0% magenta, 93% yellow, and 63% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#335F07
RGB51, 95, 7
HSL90.0°, 86.3%, 20.0%
CMYK46%, 0%, 93%, 63%
HSV90.0°, 92.6%, 37.3%
LAB35.8, -29.9, 40.0
XYZ5.5, 8.9, 1.6
Decimal3366663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.55:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.22:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335F07;
}
.text-color {
color: #335F07;
}
.border-color {
border: 2px solid #335F07;
}