HSL(92, 38%, 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(92,38%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 38%, 10%) | color: hsl(92, 38%, 10%) | |
| HEX | #192310 | color: #192310 | |
| RGB | rgb(25, 35, 16) | color: rgb(25, 35, 16) | |
| CMYK | cmyk(29%, 0%, 54%, 86%) | — | |
| HSV | hsv(92, 54%, 14%) | — | |
| HWB | hwb(92 6% 86%) | color: hwb(92 6% 86%) | |
| OKLCH | oklch(0.2405 0.0369 131.33) | color: oklch(0.2405 0.0369 131.33) | |
| Lab | lab(12.26 -8.87 10.96) | color: lab(12.26 -8.87 10.96) | |
| LCH | lch(12.26 14.1 128.98) | color: lch(12.26 14.1 128.98) |
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)
#1D1D15 — rgb(29, 29, 21)
Deuteranopia (Green-blind)
#1D1C16 — rgb(29, 28, 22)
Tritanopia (Blue-blind)
#1A1819 — rgb(26, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 38%, 10%);
text
color: hsl(92, 38%, 10%);
border
border: 2px solid hsl(92, 38%, 10%);
gradient light
background: linear-gradient(to right, hsl(92, 38%, 30%), hsl(92, 38%, 10%));
gradient dark
background: linear-gradient(to right, hsl(92, 38%, 10%), hsl(92, 38%, 0%))
hex
background-color: #192310;
tailwind
bg-[hsl(92,38%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 38%, 10%, 0.4);
css variable
--color-primary: hsl(92, 38%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(92, 38%, 10%)?
HEX: #192310 | RGB: rgb(25, 35, 16) | CMYK: 29%, 0%, 54%, 86% | HSV: 92°, 54%, 14%. Copy any format from the conversion table above.
What colors go well with #192310?
The complementary color is HSL(272, 38%, 10%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 38%, 10%) in CSS?
As HSL: color: hsl(92, 38%, 10%); — As HEX: color: #192310; — As RGB: color: rgb(25, 35, 16); — Tailwind CSS: bg-[hsl(92,38%,10%)] — CSS variable: --color-primary: hsl(92, 38%, 10%);