HSL(113, 52%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,52%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 52%, 33%) | color: hsl(113, 52%, 33%) | |
| HEX | #338028 | color: #338028 | |
| RGB | rgb(51, 128, 40) | color: rgb(51, 128, 40) | |
| CMYK | cmyk(60%, 0%, 69%, 50%) | — | |
| HSV | hsv(113, 69%, 50%) | — | |
| HWB | hwb(113 16% 50%) | color: hwb(113 16% 50%) | |
| OKLCH | oklch(0.5324 0.1447 141.27) | color: oklch(0.5324 0.1447 141.27) | |
| Lab | lab(47.36 -41.33 39.31) | color: lab(47.36 -41.33 39.31) | |
| LCH | lch(47.36 57.04 136.43) | color: lch(47.36 57.04 136.43) |
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)
#54553D — rgb(84, 85, 61)
Deuteranopia (Green-blind)
#504A42 — rgb(80, 74, 66)
Tritanopia (Blue-blind)
#374E52 — rgb(55, 78, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 52%, 33%);
text
color: hsl(113, 52%, 33%);
border
border: 2px solid hsl(113, 52%, 33%);
gradient light
background: linear-gradient(to right, hsl(113, 52%, 53%), hsl(113, 52%, 33%));
gradient dark
background: linear-gradient(to right, hsl(113, 52%, 33%), hsl(113, 52%, 13%))
hex
background-color: #338028;
tailwind
bg-[hsl(113,52%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 52%, 33%, 0.4);
css variable
--color-primary: hsl(113, 52%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 52%, 33%)?
HEX: #338028 | RGB: rgb(51, 128, 40) | CMYK: 60%, 0%, 69%, 50% | HSV: 113°, 69%, 50%. Copy any format from the conversion table above.
What colors go well with #338028?
The complementary color is HSL(293, 52%, 33%). 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, 52%, 33%) in CSS?
As HSL: color: hsl(113, 52%, 33%); — As HEX: color: #338028; — As RGB: color: rgb(51, 128, 40); — Tailwind CSS: bg-[hsl(113,52%,33%)] — CSS variable: --color-primary: hsl(113, 52%, 33%);