HSL(143, 47%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,47%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 47%, 20%) | color: hsl(143, 47%, 20%) | |
| HEX | #1B4B2D | color: #1B4B2D | |
| RGB | rgb(27, 75, 45) | color: rgb(27, 75, 45) | |
| CMYK | cmyk(64%, 0%, 40%, 71%) | — | |
| HSV | hsv(143, 64%, 29%) | — | |
| HWB | hwb(143 10% 71%) | color: hwb(143 10% 71%) | |
| OKLCH | oklch(0.3709 0.0735 153.34) | color: oklch(0.3709 0.0735 153.34) | |
| Lab | lab(27.99 -24.21 13.16) | color: lab(27.99 -24.21 13.16) | |
| LCH | lch(27.99 27.56 151.47) | color: lch(27.99 27.56 151.47) |
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)
#303034 — rgb(48, 48, 52)
Deuteranopia (Green-blind)
#2D2936 — rgb(45, 41, 54)
Tritanopia (Blue-blind)
#1D3A3B — rgb(29, 58, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 47%, 20%);
text
color: hsl(143, 47%, 20%);
border
border: 2px solid hsl(143, 47%, 20%);
gradient light
background: linear-gradient(to right, hsl(143, 47%, 40%), hsl(143, 47%, 20%));
gradient dark
background: linear-gradient(to right, hsl(143, 47%, 20%), hsl(143, 47%, 0%))
hex
background-color: #1B4B2D;
tailwind
bg-[hsl(143,47%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 47%, 20%, 0.4);
css variable
--color-primary: hsl(143, 47%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 47%, 20%)?
HEX: #1B4B2D | RGB: rgb(27, 75, 45) | CMYK: 64%, 0%, 40%, 71% | HSV: 143°, 64%, 29%. Copy any format from the conversion table above.
What colors go well with #1B4B2D?
The complementary color is HSL(323, 47%, 20%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 47%, 20%) in CSS?
As HSL: color: hsl(143, 47%, 20%); — As HEX: color: #1B4B2D; — As RGB: color: rgb(27, 75, 45); — Tailwind CSS: bg-[hsl(143,47%,20%)] — CSS variable: --color-primary: hsl(143, 47%, 20%);