HSL(144, 40%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,40%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 40%, 15%) | color: hsl(144, 40%, 15%) | |
| HEX | #173623 | color: #173623 | |
| RGB | rgb(23, 54, 35) | color: rgb(23, 54, 35) | |
| CMYK | cmyk(57%, 0%, 35%, 79%) | — | |
| HSV | hsv(143, 57%, 21%) | — | |
| HWB | hwb(143 9% 79%) | color: hwb(143 9% 79%) | |
| OKLCH | oklch(0.3028 0.0509 154.94) | color: oklch(0.3028 0.0509 154.94) | |
| Lab | lab(19.81 -16.87 8.5) | color: lab(19.81 -16.87 8.5) | |
| LCH | lch(19.81 18.89 153.26) | color: lch(19.81 18.89 153.26) |
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)
#242528 — rgb(36, 37, 40)
Deuteranopia (Green-blind)
#232029 — rgb(35, 32, 41)
Tritanopia (Blue-blind)
#192B2C — rgb(25, 43, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 40%, 15%);
text
color: hsl(144, 40%, 15%);
border
border: 2px solid hsl(144, 40%, 15%);
gradient light
background: linear-gradient(to right, hsl(144, 40%, 35%), hsl(144, 40%, 15%));
gradient dark
background: linear-gradient(to right, hsl(144, 40%, 15%), hsl(144, 40%, 0%))
hex
background-color: #173623;
tailwind
bg-[hsl(144,40%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 40%, 15%, 0.4);
css variable
--color-primary: hsl(144, 40%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 40%, 15%)?
HEX: #173623 | RGB: rgb(23, 54, 35) | CMYK: 57%, 0%, 35%, 79% | HSV: 143°, 57%, 21%. Copy any format from the conversion table above.
What colors go well with #173623?
The complementary color is HSL(324, 40%, 15%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 40%, 15%) in CSS?
As HSL: color: hsl(144, 40%, 15%); — As HEX: color: #173623; — As RGB: color: rgb(23, 54, 35); — Tailwind CSS: bg-[hsl(144,40%,15%)] — CSS variable: --color-primary: hsl(144, 40%, 15%);