HSL(142, 23%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,23%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 23%, 36%) | color: hsl(142, 23%, 36%) | |
| HEX | #477156 | color: #477156 | |
| RGB | rgb(71, 113, 86) | color: rgb(71, 113, 86) | |
| CMYK | cmyk(37%, 0%, 24%, 56%) | — | |
| HSV | hsv(141, 37%, 44%) | — | |
| HWB | hwb(141 28% 56%) | color: hwb(141 28% 56%) | |
| OKLCH | oklch(0.5095 0.0639 155.24) | color: oklch(0.5095 0.0639 155.24) | |
| Lab | lab(43.98 -21.04 10.45) | color: lab(43.98 -21.04 10.45) | |
| LCH | lch(43.98 23.49 153.59) | color: lch(43.98 23.49 153.59) |
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)
#595A5D — rgb(89, 90, 93)
Deuteranopia (Green-blind)
#57545E — rgb(87, 84, 94)
Tritanopia (Blue-blind)
#496263 — rgb(73, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 23%, 36%);
text
color: hsl(142, 23%, 36%);
border
border: 2px solid hsl(142, 23%, 36%);
gradient light
background: linear-gradient(to right, hsl(142, 23%, 56%), hsl(142, 23%, 36%));
gradient dark
background: linear-gradient(to right, hsl(142, 23%, 36%), hsl(142, 23%, 16%))
hex
background-color: #477156;
tailwind
bg-[hsl(142,23%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 23%, 36%, 0.4);
css variable
--color-primary: hsl(142, 23%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 23%, 36%)?
HEX: #477156 | RGB: rgb(71, 113, 86) | CMYK: 37%, 0%, 24%, 56% | HSV: 141°, 37%, 44%. Copy any format from the conversion table above.
What colors go well with #477156?
The complementary color is HSL(322, 23%, 36%). 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, 23%, 36%) in CSS?
As HSL: color: hsl(142, 23%, 36%); — As HEX: color: #477156; — As RGB: color: rgb(71, 113, 86); — Tailwind CSS: bg-[hsl(142,23%,36%)] — CSS variable: --color-primary: hsl(142, 23%, 36%);