HSL(113, 50%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,50%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 50%, 30%) | color: hsl(113, 50%, 30%) | |
| HEX | #2F7326 | color: #2F7326 | |
| RGB | rgb(47, 115, 38) | color: rgb(47, 115, 38) | |
| CMYK | cmyk(59%, 0%, 67%, 55%) | — | |
| HSV | hsv(113, 67%, 45%) | — | |
| HWB | hwb(113 15% 55%) | color: hwb(113 15% 55%) | |
| OKLCH | oklch(0.4942 0.1308 141.4) | color: oklch(0.4942 0.1308 141.4) | |
| Lab | lab(42.77 -37.42 35.18) | color: lab(42.77 -37.42 35.18) | |
| LCH | lch(42.77 51.36 136.77) | color: lch(42.77 51.36 136.77) |
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)
#4C4D39 — rgb(76, 77, 57)
Deuteranopia (Green-blind)
#49433D — rgb(73, 67, 61)
Tritanopia (Blue-blind)
#32474B — rgb(50, 71, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 50%, 30%);
text
color: hsl(113, 50%, 30%);
border
border: 2px solid hsl(113, 50%, 30%);
gradient light
background: linear-gradient(to right, hsl(113, 50%, 50%), hsl(113, 50%, 30%));
gradient dark
background: linear-gradient(to right, hsl(113, 50%, 30%), hsl(113, 50%, 10%))
hex
background-color: #2F7326;
tailwind
bg-[hsl(113,50%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 50%, 30%, 0.4);
css variable
--color-primary: hsl(113, 50%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 50%, 30%)?
HEX: #2F7326 | RGB: rgb(47, 115, 38) | CMYK: 59%, 0%, 67%, 55% | HSV: 113°, 67%, 45%. Copy any format from the conversion table above.
What colors go well with #2F7326?
The complementary color is HSL(293, 50%, 30%). 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, 50%, 30%) in CSS?
As HSL: color: hsl(113, 50%, 30%); — As HEX: color: #2F7326; — As RGB: color: rgb(47, 115, 38); — Tailwind CSS: bg-[hsl(113,50%,30%)] — CSS variable: --color-primary: hsl(113, 50%, 30%);