HSL(96, 67%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,67%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 67%, 16%) | color: hsl(96, 67%, 16%) | |
| HEX | #23440D | color: #23440D | |
| RGB | rgb(35, 68, 13) | color: rgb(35, 68, 13) | |
| CMYK | cmyk(49%, 0%, 81%, 73%) | — | |
| HSV | hsv(96, 81%, 27%) | — | |
| HWB | hwb(96 5% 73%) | color: hwb(96 5% 73%) | |
| OKLCH | oklch(0.3485 0.0901 135.58) | color: oklch(0.3485 0.0901 135.58) | |
| Lab | lab(25.32 -23.09 27.96) | color: lab(25.32 -23.09 27.96) | |
| LCH | lch(25.32 36.26 129.55) | color: lch(25.32 36.26 129.55) |
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)
#31321A — rgb(49, 50, 26)
Deuteranopia (Green-blind)
#2F2D1E — rgb(47, 45, 30)
Tritanopia (Blue-blind)
#252527 — rgb(37, 37, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 67%, 16%);
text
color: hsl(96, 67%, 16%);
border
border: 2px solid hsl(96, 67%, 16%);
gradient light
background: linear-gradient(to right, hsl(96, 67%, 36%), hsl(96, 67%, 16%));
gradient dark
background: linear-gradient(to right, hsl(96, 67%, 16%), hsl(96, 67%, 0%))
hex
background-color: #23440D;
tailwind
bg-[hsl(96,67%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 67%, 16%, 0.4);
css variable
--color-primary: hsl(96, 67%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 67%, 16%)?
HEX: #23440D | RGB: rgb(35, 68, 13) | CMYK: 49%, 0%, 81%, 73% | HSV: 96°, 81%, 27%. Copy any format from the conversion table above.
What colors go well with #23440D?
The complementary color is HSL(276, 67%, 16%). 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, 67%, 16%) in CSS?
As HSL: color: hsl(96, 67%, 16%); — As HEX: color: #23440D; — As RGB: color: rgb(35, 68, 13); — Tailwind CSS: bg-[hsl(96,67%,16%)] — CSS variable: --color-primary: hsl(96, 67%, 16%);