HSL(91, 74%, 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(91,74%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 74%, 7%) | color: hsl(91, 74%, 7%) | |
| HEX | #111F05 | color: #111F05 | |
| RGB | rgb(17, 31, 5) | color: rgb(17, 31, 5) | |
| CMYK | cmyk(45%, 0%, 84%, 88%) | — | |
| HSV | hsv(92, 84%, 12%) | — | |
| HWB | hwb(92 2% 88%) | color: hwb(92 2% 88%) | |
| OKLCH | oklch(0.219 0.05 132.55) | color: oklch(0.219 0.05 132.55) | |
| Lab | lab(9.88 -11.91 12.47) | color: lab(9.88 -11.91 12.47) | |
| LCH | lch(9.88 17.24 133.68) | color: lch(9.88 17.24 133.68) |
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)
#17170B — rgb(23, 23, 11)
Deuteranopia (Green-blind)
#16150D — rgb(22, 21, 13)
Tritanopia (Blue-blind)
#121011 — rgb(18, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 74%, 7%);
text
color: hsl(91, 74%, 7%);
border
border: 2px solid hsl(91, 74%, 7%);
gradient light
background: linear-gradient(to right, hsl(91, 74%, 27%), hsl(91, 74%, 7%));
gradient dark
background: linear-gradient(to right, hsl(91, 74%, 7%), hsl(91, 74%, 0%))
hex
background-color: #111F05;
tailwind
bg-[hsl(91,74%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 74%, 7%, 0.4);
css variable
--color-primary: hsl(91, 74%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(91, 74%, 7%)?
HEX: #111F05 | RGB: rgb(17, 31, 5) | CMYK: 45%, 0%, 84%, 88% | HSV: 92°, 84%, 12%. Copy any format from the conversion table above.
What colors go well with #111F05?
The complementary color is HSL(271, 74%, 7%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 74%, 7%) in CSS?
As HSL: color: hsl(91, 74%, 7%); — As HEX: color: #111F05; — As RGB: color: rgb(17, 31, 5); — Tailwind CSS: bg-[hsl(91,74%,7%)] — CSS variable: --color-primary: hsl(91, 74%, 7%);