HSL(123, 47%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,47%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 47%, 15%) | color: hsl(123, 47%, 15%) | |
| HEX | #143816 | color: #143816 | |
| RGB | rgb(20, 56, 22) | color: rgb(20, 56, 22) | |
| CMYK | cmyk(64%, 0%, 61%, 78%) | — | |
| HSV | hsv(123, 64%, 22%) | — | |
| HWB | hwb(123 8% 78%) | color: hwb(123 8% 78%) | |
| OKLCH | oklch(0.3046 0.0717 144.56) | color: oklch(0.3046 0.0717 144.56) | |
| Lab | lab(20.18 -21.53 17.3) | color: lab(20.18 -21.53 17.3) | |
| LCH | lch(20.18 27.62 141.22) | color: lch(20.18 27.62 141.22) |
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)
#24241E — rgb(36, 36, 30)
Deuteranopia (Green-blind)
#221F20 — rgb(34, 31, 32)
Tritanopia (Blue-blind)
#162526 — rgb(22, 37, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 47%, 15%);
text
color: hsl(123, 47%, 15%);
border
border: 2px solid hsl(123, 47%, 15%);
gradient light
background: linear-gradient(to right, hsl(123, 47%, 35%), hsl(123, 47%, 15%));
gradient dark
background: linear-gradient(to right, hsl(123, 47%, 15%), hsl(123, 47%, 0%))
hex
background-color: #143816;
tailwind
bg-[hsl(123,47%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 47%, 15%, 0.4);
css variable
--color-primary: hsl(123, 47%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 47%, 15%)?
HEX: #143816 | RGB: rgb(20, 56, 22) | CMYK: 64%, 0%, 61%, 78% | HSV: 123°, 64%, 22%. Copy any format from the conversion table above.
What colors go well with #143816?
The complementary color is HSL(303, 47%, 15%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 47%, 15%) in CSS?
As HSL: color: hsl(123, 47%, 15%); — As HEX: color: #143816; — As RGB: color: rgb(20, 56, 22); — Tailwind CSS: bg-[hsl(123,47%,15%)] — CSS variable: --color-primary: hsl(123, 47%, 15%);