HSL(101, 48%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,48%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 48%, 24%) | color: hsl(101, 48%, 24%) | |
| HEX | #325B20 | color: #325B20 | |
| RGB | rgb(50, 91, 32) | color: rgb(50, 91, 32) | |
| CMYK | cmyk(45%, 0%, 65%, 64%) | — | |
| HSV | hsv(102, 65%, 36%) | — | |
| HWB | hwb(102 13% 64%) | color: hwb(102 13% 64%) | |
| OKLCH | oklch(0.4266 0.0997 137.34) | color: oklch(0.4266 0.0997 137.34) | |
| Lab | lab(34.53 -26.56 28.93) | color: lab(34.53 -26.56 28.93) | |
| LCH | lch(34.53 39.27 132.55) | color: lch(34.53 39.27 132.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)
#44442E — rgb(68, 68, 46)
Deuteranopia (Green-blind)
#413E32 — rgb(65, 62, 50)
Tritanopia (Blue-blind)
#343A3C — rgb(52, 58, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 48%, 24%);
text
color: hsl(101, 48%, 24%);
border
border: 2px solid hsl(101, 48%, 24%);
gradient light
background: linear-gradient(to right, hsl(101, 48%, 44%), hsl(101, 48%, 24%));
gradient dark
background: linear-gradient(to right, hsl(101, 48%, 24%), hsl(101, 48%, 4%))
hex
background-color: #325B20;
tailwind
bg-[hsl(101,48%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 48%, 24%, 0.4);
css variable
--color-primary: hsl(101, 48%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 48%, 24%)?
HEX: #325B20 | RGB: rgb(50, 91, 32) | CMYK: 45%, 0%, 65%, 64% | HSV: 102°, 65%, 36%. Copy any format from the conversion table above.
What colors go well with #325B20?
The complementary color is HSL(281, 48%, 24%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 48%, 24%) in CSS?
As HSL: color: hsl(101, 48%, 24%); — As HEX: color: #325B20; — As RGB: color: rgb(50, 91, 32); — Tailwind CSS: bg-[hsl(101,48%,24%)] — CSS variable: --color-primary: hsl(101, 48%, 24%);