HSL(78, 33%, 10%)
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(78,33%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 33%, 10%) | color: hsl(78, 33%, 10%) | |
| HEX | #1D2211 | color: #1D2211 | |
| RGB | rgb(29, 34, 17) | color: rgb(29, 34, 17) | |
| CMYK | cmyk(15%, 0%, 50%, 87%) | — | |
| HSV | hsv(78, 50%, 13%) | — | |
| HWB | hwb(78 7% 87%) | color: hwb(78 7% 87%) | |
| OKLCH | oklch(0.2415 0.0311 122.1) | color: oklch(0.2415 0.0311 122.1) | |
| Lab | lab(12.26 -6.03 10.45) | color: lab(12.26 -6.03 10.45) | |
| LCH | lch(12.26 12.06 119.99) | color: lch(12.26 12.06 119.99) |
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)
#1F1F15 — rgb(31, 31, 21)
Deuteranopia (Green-blind)
#1F1F16 — rgb(31, 31, 22)
Tritanopia (Blue-blind)
#1D1819 — rgb(29, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 33%, 10%);
text
color: hsl(78, 33%, 10%);
border
border: 2px solid hsl(78, 33%, 10%);
gradient light
background: linear-gradient(to right, hsl(78, 33%, 30%), hsl(78, 33%, 10%));
gradient dark
background: linear-gradient(to right, hsl(78, 33%, 10%), hsl(78, 33%, 0%))
hex
background-color: #1D2211;
tailwind
bg-[hsl(78,33%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 33%, 10%, 0.4);
css variable
--color-primary: hsl(78, 33%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(78, 33%, 10%)?
HEX: #1D2211 | RGB: rgb(29, 34, 17) | CMYK: 15%, 0%, 50%, 87% | HSV: 78°, 50%, 13%. Copy any format from the conversion table above.
What colors go well with #1D2211?
The complementary color is HSL(258, 33%, 10%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 33%, 10%) in CSS?
As HSL: color: hsl(78, 33%, 10%); — As HEX: color: #1D2211; — As RGB: color: rgb(29, 34, 17); — Tailwind CSS: bg-[hsl(78,33%,10%)] — CSS variable: --color-primary: hsl(78, 33%, 10%);