HSL(91, 25%, 11%)
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,25%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 25%, 11%) | color: hsl(91, 25%, 11%) | |
| HEX | #1C2315 | color: #1C2315 | |
| RGB | rgb(28, 35, 21) | color: rgb(28, 35, 21) | |
| CMYK | cmyk(20%, 0%, 40%, 86%) | — | |
| HSV | hsv(90, 40%, 14%) | — | |
| HWB | hwb(90 8% 86%) | color: hwb(90 8% 86%) | |
| OKLCH | oklch(0.2445 0.0274 129.81) | color: oklch(0.2445 0.0274 129.81) | |
| Lab | lab(12.63 -6.48 8.39) | color: lab(12.63 -6.48 8.39) | |
| LCH | lch(12.63 10.6 127.68) | color: lch(12.63 10.6 127.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)
#1F1F18 — rgb(31, 31, 24)
Deuteranopia (Green-blind)
#1F1E19 — rgb(31, 30, 25)
Tritanopia (Blue-blind)
#1C1B1C — rgb(28, 27, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 25%, 11%);
text
color: hsl(91, 25%, 11%);
border
border: 2px solid hsl(91, 25%, 11%);
gradient light
background: linear-gradient(to right, hsl(91, 25%, 31%), hsl(91, 25%, 11%));
gradient dark
background: linear-gradient(to right, hsl(91, 25%, 11%), hsl(91, 25%, 0%))
hex
background-color: #1C2315;
tailwind
bg-[hsl(91,25%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 25%, 11%, 0.4);
css variable
--color-primary: hsl(91, 25%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(91, 25%, 11%)?
HEX: #1C2315 | RGB: rgb(28, 35, 21) | CMYK: 20%, 0%, 40%, 86% | HSV: 90°, 40%, 14%. Copy any format from the conversion table above.
What colors go well with #1C2315?
The complementary color is HSL(271, 25%, 11%). 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, 25%, 11%) in CSS?
As HSL: color: hsl(91, 25%, 11%); — As HEX: color: #1C2315; — As RGB: color: rgb(28, 35, 21); — Tailwind CSS: bg-[hsl(91,25%,11%)] — CSS variable: --color-primary: hsl(91, 25%, 11%);