HSL(93, 66%, 12%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,66%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 66%, 12%) | color: hsl(93, 66%, 12%) | |
| HEX | #1D330A | color: #1D330A | |
| RGB | rgb(29, 51, 10) | color: rgb(29, 51, 10) | |
| CMYK | cmyk(43%, 0%, 80%, 80%) | — | |
| HSV | hsv(92, 80%, 20%) | — | |
| HWB | hwb(92 4% 80%) | color: hwb(92 4% 80%) | |
| OKLCH | oklch(0.2924 0.07 133.39) | color: oklch(0.2924 0.07 133.39) | |
| Lab | lab(18.59 -17.17 21.94) | color: lab(18.59 -17.17 21.94) | |
| LCH | lch(18.59 27.86 128.05) | color: lch(18.59 27.86 128.05) |
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)
#272714 — rgb(39, 39, 20)
Deuteranopia (Green-blind)
#252416 — rgb(37, 36, 22)
Tritanopia (Blue-blind)
#1E1C1D — rgb(30, 28, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 66%, 12%);
text
color: hsl(93, 66%, 12%);
border
border: 2px solid hsl(93, 66%, 12%);
gradient light
background: linear-gradient(to right, hsl(93, 66%, 32%), hsl(93, 66%, 12%));
gradient dark
background: linear-gradient(to right, hsl(93, 66%, 12%), hsl(93, 66%, 0%))
hex
background-color: #1D330A;
tailwind
bg-[hsl(93,66%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 66%, 12%, 0.4);
css variable
--color-primary: hsl(93, 66%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(93, 66%, 12%)?
HEX: #1D330A | RGB: rgb(29, 51, 10) | CMYK: 43%, 0%, 80%, 80% | HSV: 92°, 80%, 20%. Copy any format from the conversion table above.
What colors go well with #1D330A?
The complementary color is HSL(273, 66%, 12%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 66%, 12%) in CSS?
As HSL: color: hsl(93, 66%, 12%); — As HEX: color: #1D330A; — As RGB: color: rgb(29, 51, 10); — Tailwind CSS: bg-[hsl(93,66%,12%)] — CSS variable: --color-primary: hsl(93, 66%, 12%);