HSL(147, 45%, 21%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,45%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 45%, 21%) | color: hsl(147, 45%, 21%) | |
| HEX | #1D4E33 | color: #1D4E33 | |
| RGB | rgb(29, 78, 51) | color: rgb(29, 78, 51) | |
| CMYK | cmyk(63%, 0%, 35%, 69%) | — | |
| HSV | hsv(147, 63%, 31%) | — | |
| HWB | hwb(147 11% 69%) | color: hwb(147 11% 69%) | |
| OKLCH | oklch(0.3821 0.0707 156.47) | color: oklch(0.3821 0.0707 156.47) | |
| Lab | lab(29.28 -23.79 11.16) | color: lab(29.28 -23.79 11.16) | |
| LCH | lch(29.28 26.28 154.87) | color: lch(29.28 26.28 154.87) |
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)
#32333A — rgb(50, 51, 58)
Deuteranopia (Green-blind)
#2F2C3B — rgb(47, 44, 59)
Tritanopia (Blue-blind)
#1F3F40 — rgb(31, 63, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 45%, 21%);
text
color: hsl(147, 45%, 21%);
border
border: 2px solid hsl(147, 45%, 21%);
gradient light
background: linear-gradient(to right, hsl(147, 45%, 41%), hsl(147, 45%, 21%));
gradient dark
background: linear-gradient(to right, hsl(147, 45%, 21%), hsl(147, 45%, 1%))
hex
background-color: #1D4E33;
tailwind
bg-[hsl(147,45%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 45%, 21%, 0.4);
css variable
--color-primary: hsl(147, 45%, 21%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 45%, 21%)?
HEX: #1D4E33 | RGB: rgb(29, 78, 51) | CMYK: 63%, 0%, 35%, 69% | HSV: 147°, 63%, 31%. Copy any format from the conversion table above.
What colors go well with #1D4E33?
The complementary color is HSL(327, 45%, 21%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 45%, 21%) in CSS?
As HSL: color: hsl(147, 45%, 21%); — As HEX: color: #1D4E33; — As RGB: color: rgb(29, 78, 51); — Tailwind CSS: bg-[hsl(147,45%,21%)] — CSS variable: --color-primary: hsl(147, 45%, 21%);