HSL(67, 36%, 9%)
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,36%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 36%, 9%) | color: hsl(67, 36%, 9%) | |
| HEX | #1D1F0F | color: #1D1F0F | |
| RGB | rgb(29, 31, 15) | color: rgb(29, 31, 15) | |
| CMYK | cmyk(6%, 0%, 52%, 88%) | — | |
| HSV | hsv(68, 52%, 12%) | — | |
| HWB | hwb(68 6% 88%) | color: hwb(68 6% 88%) | |
| OKLCH | oklch(0.2321 0.0286 114.47) | color: oklch(0.2321 0.0286 114.47) | |
| Lab | lab(11.1 -4.32 9.98) | color: lab(11.1 -4.32 9.98) | |
| LCH | lch(11.1 10.87 113.41) | color: lch(11.1 10.87 113.41) |
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)
#1E1E13 — rgb(30, 30, 19)
Deuteranopia (Green-blind)
#1E1E14 — rgb(30, 30, 20)
Tritanopia (Blue-blind)
#1D1617 — rgb(29, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 36%, 9%);
text
color: hsl(67, 36%, 9%);
border
border: 2px solid hsl(67, 36%, 9%);
gradient light
background: linear-gradient(to right, hsl(67, 36%, 29%), hsl(67, 36%, 9%));
gradient dark
background: linear-gradient(to right, hsl(67, 36%, 9%), hsl(67, 36%, 0%))
hex
background-color: #1D1F0F;
tailwind
bg-[hsl(67,36%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 36%, 9%, 0.4);
css variable
--color-primary: hsl(67, 36%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(67, 36%, 9%)?
HEX: #1D1F0F | RGB: rgb(29, 31, 15) | CMYK: 6%, 0%, 52%, 88% | HSV: 68°, 52%, 12%. Copy any format from the conversion table above.
What colors go well with #1D1F0F?
The complementary color is HSL(247, 36%, 9%). 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, 36%, 9%) in CSS?
As HSL: color: hsl(67, 36%, 9%); — As HEX: color: #1D1F0F; — As RGB: color: rgb(29, 31, 15); — Tailwind CSS: bg-[hsl(67,36%,9%)] — CSS variable: --color-primary: hsl(67, 36%, 9%);