HSL(96, 17%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(96,17%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 17%, 24%) | color: hsl(96, 17%, 24%) | |
| HEX | #3B4833 | color: #3B4833 | |
| RGB | rgb(59, 72, 51) | color: rgb(59, 72, 51) | |
| CMYK | cmyk(18%, 0%, 29%, 72%) | — | |
| HSV | hsv(97, 29%, 28%) | — | |
| HWB | hwb(97 20% 72%) | color: hwb(97 20% 72%) | |
| OKLCH | oklch(0.3837 0.0384 133.81) | color: oklch(0.3837 0.0384 133.81) | |
| Lab | lab(28.91 -9.82 10.93) | color: lab(28.91 -9.82 10.93) | |
| LCH | lch(28.91 14.69 131.94) | color: lch(28.91 14.69 131.94) |
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)
#414138 — rgb(65, 65, 56)
Deuteranopia (Green-blind)
#403F39 — rgb(64, 63, 57)
Tritanopia (Blue-blind)
#3C3C3D — rgb(60, 60, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 17%, 24%);
text
color: hsl(96, 17%, 24%);
border
border: 2px solid hsl(96, 17%, 24%);
gradient light
background: linear-gradient(to right, hsl(96, 17%, 44%), hsl(96, 17%, 24%));
gradient dark
background: linear-gradient(to right, hsl(96, 17%, 24%), hsl(96, 17%, 4%))
hex
background-color: #3B4833;
tailwind
bg-[hsl(96,17%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 17%, 24%, 0.4);
css variable
--color-primary: hsl(96, 17%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 17%, 24%)?
HEX: #3B4833 | RGB: rgb(59, 72, 51) | CMYK: 18%, 0%, 29%, 72% | HSV: 97°, 29%, 28%. Copy any format from the conversion table above.
What colors go well with #3B4833?
The complementary color is HSL(276, 17%, 24%). 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, 17%, 24%) in CSS?
As HSL: color: hsl(96, 17%, 24%); — As HEX: color: #3B4833; — As RGB: color: rgb(59, 72, 51); — Tailwind CSS: bg-[hsl(96,17%,24%)] — CSS variable: --color-primary: hsl(96, 17%, 24%);