HSL(67, 100%, 14%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,100%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 100%, 14%) | color: hsl(67, 100%, 14%) | |
| HEX | #3F4700 | color: #3F4700 | |
| RGB | rgb(63, 71, 0) | color: rgb(63, 71, 0) | |
| CMYK | cmyk(11%, 0%, 100%, 72%) | — | |
| HSV | hsv(67, 100%, 28%) | — | |
| HWB | hwb(67 0% 72%) | color: hwb(67 0% 72%) | |
| OKLCH | oklch(0.3774 0.0869 116.82) | color: oklch(0.3774 0.0869 116.82) | |
| Lab | lab(28.28 -12.67 36.65) | color: lab(28.28 -12.67 36.65) | |
| LCH | lch(28.28 38.78 109.07) | color: lch(28.28 38.78 109.07) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#424311 — rgb(66, 67, 17)
Deuteranopia (Green-blind)
#424115 — rgb(66, 65, 21)
Tritanopia (Blue-blind)
#3F1F22 — rgb(63, 31, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 100%, 14%);
text
color: hsl(67, 100%, 14%);
border
border: 2px solid hsl(67, 100%, 14%);
gradient light
background: linear-gradient(to right, hsl(67, 100%, 34%), hsl(67, 100%, 14%));
gradient dark
background: linear-gradient(to right, hsl(67, 100%, 14%), hsl(67, 100%, 0%))
hex
background-color: #3F4700;
tailwind
bg-[hsl(67,100%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 100%, 14%, 0.4);
css variable
--color-primary: hsl(67, 100%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(67, 100%, 14%)?
HEX: #3F4700 | RGB: rgb(63, 71, 0) | CMYK: 11%, 0%, 100%, 72% | HSV: 67°, 100%, 28%. Copy any format from the conversion table above.
What colors go well with #3F4700?
The complementary color is HSL(247, 100%, 14%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 100%, 14%) in CSS?
As HSL: color: hsl(67, 100%, 14%); — As HEX: color: #3F4700; — As RGB: color: rgb(63, 71, 0); — Tailwind CSS: bg-[hsl(67,100%,14%)] — CSS variable: --color-primary: hsl(67, 100%, 14%);