HSL(116, 26%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,26%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 26%, 23%) | color: hsl(116, 26%, 23%) | |
| HEX | #2D4A2B | color: #2D4A2B | |
| RGB | rgb(45, 74, 43) | color: rgb(45, 74, 43) | |
| CMYK | cmyk(39%, 0%, 42%, 71%) | — | |
| HSV | hsv(116, 42%, 29%) | — | |
| HWB | hwb(116 17% 71%) | color: hwb(116 17% 71%) | |
| OKLCH | oklch(0.3769 0.0623 142.78) | color: oklch(0.3769 0.0623 142.78) | |
| Lab | lab(28.46 -18.19 15.17) | color: lab(28.46 -18.19 15.17) | |
| LCH | lch(28.46 23.69 140.17) | color: lch(28.46 23.69 140.17) |
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)
#3A3A33 — rgb(58, 58, 51)
Deuteranopia (Green-blind)
#383634 — rgb(56, 54, 52)
Tritanopia (Blue-blind)
#2E383A — rgb(46, 56, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 26%, 23%);
text
color: hsl(116, 26%, 23%);
border
border: 2px solid hsl(116, 26%, 23%);
gradient light
background: linear-gradient(to right, hsl(116, 26%, 43%), hsl(116, 26%, 23%));
gradient dark
background: linear-gradient(to right, hsl(116, 26%, 23%), hsl(116, 26%, 3%))
hex
background-color: #2D4A2B;
tailwind
bg-[hsl(116,26%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 26%, 23%, 0.4);
css variable
--color-primary: hsl(116, 26%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 26%, 23%)?
HEX: #2D4A2B | RGB: rgb(45, 74, 43) | CMYK: 39%, 0%, 42%, 71% | HSV: 116°, 42%, 29%. Copy any format from the conversion table above.
What colors go well with #2D4A2B?
The complementary color is HSL(296, 26%, 23%). 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, 26%, 23%) in CSS?
As HSL: color: hsl(116, 26%, 23%); — As HEX: color: #2D4A2B; — As RGB: color: rgb(45, 74, 43); — Tailwind CSS: bg-[hsl(116,26%,23%)] — CSS variable: --color-primary: hsl(116, 26%, 23%);