#334207
A very dark, vivid green closely aligning with Darkolivegreen.
About #334207
The hex code #334207 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 51 red, 66 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 23% Cyan, 0% Magenta, 89% Yellow, and 74% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#334207
RGB51, 66, 7
HSL75.3°, 80.8%, 14.3%
CMYK23%, 0%, 89%, 74%
HSV75.3°, 89.4%, 25.9%
LAB25.6, -15.4, 31.1
XYZ3.4, 4.6, 0.9
Decimal3359239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.92:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.44:1
Text on #F8FAFC
AAA
1.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #334207;
}
.text-color {
color: #334207;
}
.border-color {
border: 2px solid #334207;
}