HSL(93, 30%, 10%)
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,30%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 30%, 10%) | color: hsl(93, 30%, 10%) | |
| HEX | #192112 | color: #192112 | |
| RGB | rgb(25, 33, 18) | color: rgb(25, 33, 18) | |
| CMYK | cmyk(24%, 0%, 45%, 87%) | — | |
| HSV | hsv(92, 45%, 13%) | — | |
| HWB | hwb(92 7% 87%) | color: hwb(92 7% 87%) | |
| OKLCH | oklch(0.2349 0.0298 131.19) | color: oklch(0.2349 0.0298 131.19) | |
| Lab | lab(11.54 -7.21 8.81) | color: lab(11.54 -7.21 8.81) | |
| LCH | lch(11.54 11.38 129.3) | color: lch(11.54 11.38 129.3) |
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)
#1C1D16 — rgb(28, 29, 22)
Deuteranopia (Green-blind)
#1C1B17 — rgb(28, 27, 23)
Tritanopia (Blue-blind)
#191819 — rgb(25, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 30%, 10%);
text
color: hsl(93, 30%, 10%);
border
border: 2px solid hsl(93, 30%, 10%);
gradient light
background: linear-gradient(to right, hsl(93, 30%, 30%), hsl(93, 30%, 10%));
gradient dark
background: linear-gradient(to right, hsl(93, 30%, 10%), hsl(93, 30%, 0%))
hex
background-color: #192112;
tailwind
bg-[hsl(93,30%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 30%, 10%, 0.4);
css variable
--color-primary: hsl(93, 30%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(93, 30%, 10%)?
HEX: #192112 | RGB: rgb(25, 33, 18) | CMYK: 24%, 0%, 45%, 87% | HSV: 92°, 45%, 13%. Copy any format from the conversion table above.
What colors go well with #192112?
The complementary color is HSL(273, 30%, 10%). 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, 30%, 10%) in CSS?
As HSL: color: hsl(93, 30%, 10%); — As HEX: color: #192112; — As RGB: color: rgb(25, 33, 18); — Tailwind CSS: bg-[hsl(93,30%,10%)] — CSS variable: --color-primary: hsl(93, 30%, 10%);