HSL(92, 26%, 7%)
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,26%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 26%, 7%) | color: hsl(92, 26%, 7%) | |
| HEX | #12160D | color: #12160D | |
| RGB | rgb(18, 22, 13) | color: rgb(18, 22, 13) | |
| CMYK | cmyk(18%, 0%, 41%, 91%) | — | |
| HSV | hsv(87, 41%, 9%) | — | |
| HWB | hwb(87 5% 91%) | color: hwb(87 5% 91%) | |
| OKLCH | oklch(0.1926 0.0185 127.52) | color: oklch(0.1926 0.0185 127.52) | |
| Lab | lab(6.61 -3.53 4.39) | color: lab(6.61 -3.53 4.39) | |
| LCH | lch(6.61 5.63 128.8) | color: lch(6.61 5.63 128.8) |
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)
#14140F — rgb(20, 20, 15)
Deuteranopia (Green-blind)
#141310 — rgb(20, 19, 16)
Tritanopia (Blue-blind)
#121111 — rgb(18, 17, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 26%, 7%);
text
color: hsl(92, 26%, 7%);
border
border: 2px solid hsl(92, 26%, 7%);
gradient light
background: linear-gradient(to right, hsl(92, 26%, 27%), hsl(92, 26%, 7%));
gradient dark
background: linear-gradient(to right, hsl(92, 26%, 7%), hsl(92, 26%, 0%))
hex
background-color: #12160D;
tailwind
bg-[hsl(92,26%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 26%, 7%, 0.4);
css variable
--color-primary: hsl(92, 26%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(92, 26%, 7%)?
HEX: #12160D | RGB: rgb(18, 22, 13) | CMYK: 18%, 0%, 41%, 91% | HSV: 87°, 41%, 9%. Copy any format from the conversion table above.
What colors go well with #12160D?
The complementary color is HSL(272, 26%, 7%). 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, 26%, 7%) in CSS?
As HSL: color: hsl(92, 26%, 7%); — As HEX: color: #12160D; — As RGB: color: rgb(18, 22, 13); — Tailwind CSS: bg-[hsl(92,26%,7%)] — CSS variable: --color-primary: hsl(92, 26%, 7%);