HSL(96, 96%, 13%)
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(96,96%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 96%, 13%) | color: hsl(96, 96%, 13%) | |
| HEX | #1B4101 | color: #1B4101 | |
| RGB | rgb(27, 65, 1) | color: rgb(27, 65, 1) | |
| CMYK | cmyk(58%, 0%, 98%, 75%) | — | |
| HSV | hsv(96, 98%, 25%) | — | |
| HWB | hwb(96 1% 75%) | color: hwb(96 1% 75%) | |
| OKLCH | oklch(0.334 0.0989 136.34) | color: oklch(0.334 0.0989 136.34) | |
| Lab | lab(23.72 -25.61 31.17) | color: lab(23.72 -25.61 31.17) | |
| LCH | lch(23.72 40.34 129.41) | color: lch(23.72 40.34 129.41) |
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)
#2B2C10 — rgb(43, 44, 16)
Deuteranopia (Green-blind)
#292614 — rgb(41, 38, 20)
Tritanopia (Blue-blind)
#1D1D1F — rgb(29, 29, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 96%, 13%);
text
color: hsl(96, 96%, 13%);
border
border: 2px solid hsl(96, 96%, 13%);
gradient light
background: linear-gradient(to right, hsl(96, 96%, 33%), hsl(96, 96%, 13%));
gradient dark
background: linear-gradient(to right, hsl(96, 96%, 13%), hsl(96, 96%, 0%))
hex
background-color: #1B4101;
tailwind
bg-[hsl(96,96%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 96%, 13%, 0.4);
css variable
--color-primary: hsl(96, 96%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(96, 96%, 13%)?
HEX: #1B4101 | RGB: rgb(27, 65, 1) | CMYK: 58%, 0%, 98%, 75% | HSV: 96°, 98%, 25%. Copy any format from the conversion table above.
What colors go well with #1B4101?
The complementary color is HSL(276, 96%, 13%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 96%, 13%) in CSS?
As HSL: color: hsl(96, 96%, 13%); — As HEX: color: #1B4101; — As RGB: color: rgb(27, 65, 1); — Tailwind CSS: bg-[hsl(96,96%,13%)] — CSS variable: --color-primary: hsl(96, 96%, 13%);