HSL(93, 46%, 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,46%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 46%, 12%) | color: hsl(93, 46%, 12%) | |
| HEX | #1D2D11 | color: #1D2D11 | |
| RGB | rgb(29, 45, 17) | color: rgb(29, 45, 17) | |
| CMYK | cmyk(36%, 0%, 62%, 82%) | — | |
| HSV | hsv(94, 62%, 18%) | — | |
| HWB | hwb(94 7% 82%) | color: hwb(94 7% 82%) | |
| OKLCH | oklch(0.2748 0.0522 133.34) | color: oklch(0.2748 0.0522 133.34) | |
| Lab | lab(16.4 -12.95 15.84) | color: lab(16.4 -12.95 15.84) | |
| LCH | lch(16.4 20.46 129.27) | color: lch(16.4 20.46 129.27) |
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)
#242418 — rgb(36, 36, 24)
Deuteranopia (Green-blind)
#232219 — rgb(35, 34, 25)
Tritanopia (Blue-blind)
#1E1D1E — rgb(30, 29, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 46%, 12%);
text
color: hsl(93, 46%, 12%);
border
border: 2px solid hsl(93, 46%, 12%);
gradient light
background: linear-gradient(to right, hsl(93, 46%, 32%), hsl(93, 46%, 12%));
gradient dark
background: linear-gradient(to right, hsl(93, 46%, 12%), hsl(93, 46%, 0%))
hex
background-color: #1D2D11;
tailwind
bg-[hsl(93,46%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 46%, 12%, 0.4);
css variable
--color-primary: hsl(93, 46%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(93, 46%, 12%)?
HEX: #1D2D11 | RGB: rgb(29, 45, 17) | CMYK: 36%, 0%, 62%, 82% | HSV: 94°, 62%, 18%. Copy any format from the conversion table above.
What colors go well with #1D2D11?
The complementary color is HSL(273, 46%, 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, 46%, 12%) in CSS?
As HSL: color: hsl(93, 46%, 12%); — As HEX: color: #1D2D11; — As RGB: color: rgb(29, 45, 17); — Tailwind CSS: bg-[hsl(93,46%,12%)] — CSS variable: --color-primary: hsl(93, 46%, 12%);