HSL(116, 17%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(116,17%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 17%, 24%) | color: hsl(116, 17%, 24%) | |
| HEX | #344833 | color: #344833 | |
| RGB | rgb(52, 72, 51) | color: rgb(52, 72, 51) | |
| CMYK | cmyk(28%, 0%, 29%, 72%) | — | |
| HSV | hsv(117, 29%, 28%) | — | |
| HWB | hwb(117 20% 72%) | color: hwb(117 20% 72%) | |
| OKLCH | oklch(0.3781 0.0433 143.49) | color: oklch(0.3781 0.0433 143.49) | |
| Lab | lab(28.39 -12.75 10.13) | color: lab(28.39 -12.75 10.13) | |
| LCH | lch(28.39 16.28 141.53) | color: lch(28.39 16.28 141.53) |
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)
#3D3D38 — rgb(61, 61, 56)
Deuteranopia (Green-blind)
#3C3A39 — rgb(60, 58, 57)
Tritanopia (Blue-blind)
#353C3D — rgb(53, 60, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 17%, 24%);
text
color: hsl(116, 17%, 24%);
border
border: 2px solid hsl(116, 17%, 24%);
gradient light
background: linear-gradient(to right, hsl(116, 17%, 44%), hsl(116, 17%, 24%));
gradient dark
background: linear-gradient(to right, hsl(116, 17%, 24%), hsl(116, 17%, 4%))
hex
background-color: #344833;
tailwind
bg-[hsl(116,17%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 17%, 24%, 0.4);
css variable
--color-primary: hsl(116, 17%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 17%, 24%)?
HEX: #344833 | RGB: rgb(52, 72, 51) | CMYK: 28%, 0%, 29%, 72% | HSV: 117°, 29%, 28%. Copy any format from the conversion table above.
What colors go well with #344833?
The complementary color is HSL(296, 17%, 24%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 17%, 24%) in CSS?
As HSL: color: hsl(116, 17%, 24%); — As HEX: color: #344833; — As RGB: color: rgb(52, 72, 51); — Tailwind CSS: bg-[hsl(116,17%,24%)] — CSS variable: --color-primary: hsl(116, 17%, 24%);