HSL(117, 48%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,48%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 48%, 35%) | color: hsl(117, 48%, 35%) | |
| HEX | #33842E | color: #33842E | |
| RGB | rgb(51, 132, 46) | color: rgb(51, 132, 46) | |
| CMYK | cmyk(61%, 0%, 65%, 48%) | — | |
| HSV | hsv(117, 65%, 52%) | — | |
| HWB | hwb(117 18% 48%) | color: hwb(117 18% 48%) | |
| OKLCH | oklch(0.5442 0.1453 142.36) | color: oklch(0.5442 0.1453 142.36) | |
| Lab | lab(48.76 -42.25 38.13) | color: lab(48.76 -42.25 38.13) | |
| LCH | lch(48.76 56.91 137.93) | color: lch(48.76 56.91 137.93) |
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)
#565743 — rgb(86, 87, 67)
Deuteranopia (Green-blind)
#514B48 — rgb(81, 75, 72)
Tritanopia (Blue-blind)
#375357 — rgb(55, 83, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 48%, 35%);
text
color: hsl(117, 48%, 35%);
border
border: 2px solid hsl(117, 48%, 35%);
gradient light
background: linear-gradient(to right, hsl(117, 48%, 55%), hsl(117, 48%, 35%));
gradient dark
background: linear-gradient(to right, hsl(117, 48%, 35%), hsl(117, 48%, 15%))
hex
background-color: #33842E;
tailwind
bg-[hsl(117,48%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 48%, 35%, 0.4);
css variable
--color-primary: hsl(117, 48%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 48%, 35%)?
HEX: #33842E | RGB: rgb(51, 132, 46) | CMYK: 61%, 0%, 65%, 48% | HSV: 117°, 65%, 52%. Copy any format from the conversion table above.
What colors go well with #33842E?
The complementary color is HSL(297, 48%, 35%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 48%, 35%) in CSS?
As HSL: color: hsl(117, 48%, 35%); — As HEX: color: #33842E; — As RGB: color: rgb(51, 132, 46); — Tailwind CSS: bg-[hsl(117,48%,35%)] — CSS variable: --color-primary: hsl(117, 48%, 35%);