HSL(142, 33%, 40%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,33%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 33%, 40%) | color: hsl(142, 33%, 40%) | |
| HEX | #44885D | color: #44885D | |
| RGB | rgb(68, 136, 93) | color: rgb(68, 136, 93) | |
| CMYK | cmyk(50%, 0%, 32%, 47%) | — | |
| HSV | hsv(142, 50%, 53%) | — | |
| HWB | hwb(142 27% 47%) | color: hwb(142 27% 47%) | |
| OKLCH | oklch(0.57 0.0967 154.2) | color: oklch(0.57 0.0967 154.2) | |
| Lab | lab(51.41 -31.88 16.63) | color: lab(51.41 -31.88 16.63) | |
| LCH | lch(51.41 35.96 152.45) | color: lch(51.41 35.96 152.45) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#616267 — rgb(97, 98, 103)
Deuteranopia (Green-blind)
#5E586A — rgb(94, 88, 106)
Tritanopia (Blue-blind)
#477071 — rgb(71, 112, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 33%, 40%);
text
color: hsl(142, 33%, 40%);
border
border: 2px solid hsl(142, 33%, 40%);
gradient light
background: linear-gradient(to right, hsl(142, 33%, 60%), hsl(142, 33%, 40%));
gradient dark
background: linear-gradient(to right, hsl(142, 33%, 40%), hsl(142, 33%, 20%))
hex
background-color: #44885D;
tailwind
bg-[hsl(142,33%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 33%, 40%, 0.4);
css variable
--color-primary: hsl(142, 33%, 40%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 33%, 40%)?
HEX: #44885D | RGB: rgb(68, 136, 93) | CMYK: 50%, 0%, 32%, 47% | HSV: 142°, 50%, 53%. Copy any format from the conversion table above.
What colors go well with #44885D?
The complementary color is HSL(322, 33%, 40%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 33%, 40%) in CSS?
As HSL: color: hsl(142, 33%, 40%); — As HEX: color: #44885D; — As RGB: color: rgb(68, 136, 93); — Tailwind CSS: bg-[hsl(142,33%,40%)] — CSS variable: --color-primary: hsl(142, 33%, 40%);