HSL(113, 38%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,38%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 38%, 24%) | color: hsl(113, 38%, 24%) | |
| HEX | #2B5426 | color: #2B5426 | |
| RGB | rgb(43, 84, 38) | color: rgb(43, 84, 38) | |
| CMYK | cmyk(49%, 0%, 55%, 67%) | — | |
| HSV | hsv(113, 55%, 33%) | — | |
| HWB | hwb(113 15% 67%) | color: hwb(113 15% 67%) | |
| OKLCH | oklch(0.4035 0.0867 141.61) | color: oklch(0.4035 0.0867 141.61) | |
| Lab | lab(31.79 -24.91 22.36) | color: lab(31.79 -24.91 22.36) | |
| LCH | lch(31.79 33.47 138.09) | color: lch(31.79 33.47 138.09) |
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)
#3D3D31 — rgb(61, 61, 49)
Deuteranopia (Green-blind)
#3A3734 — rgb(58, 55, 52)
Tritanopia (Blue-blind)
#2D3A3C — rgb(45, 58, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 38%, 24%);
text
color: hsl(113, 38%, 24%);
border
border: 2px solid hsl(113, 38%, 24%);
gradient light
background: linear-gradient(to right, hsl(113, 38%, 44%), hsl(113, 38%, 24%));
gradient dark
background: linear-gradient(to right, hsl(113, 38%, 24%), hsl(113, 38%, 4%))
hex
background-color: #2B5426;
tailwind
bg-[hsl(113,38%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 38%, 24%, 0.4);
css variable
--color-primary: hsl(113, 38%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 38%, 24%)?
HEX: #2B5426 | RGB: rgb(43, 84, 38) | CMYK: 49%, 0%, 55%, 67% | HSV: 113°, 55%, 33%. Copy any format from the conversion table above.
What colors go well with #2B5426?
The complementary color is HSL(293, 38%, 24%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 38%, 24%) in CSS?
As HSL: color: hsl(113, 38%, 24%); — As HEX: color: #2B5426; — As RGB: color: rgb(43, 84, 38); — Tailwind CSS: bg-[hsl(113,38%,24%)] — CSS variable: --color-primary: hsl(113, 38%, 24%);