HSL(115, 43%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,43%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 43%, 33%) | color: hsl(115, 43%, 33%) | |
| HEX | #367830 | color: #367830 | |
| RGB | rgb(54, 120, 48) | color: rgb(54, 120, 48) | |
| CMYK | cmyk(55%, 0%, 60%, 53%) | — | |
| HSV | hsv(115, 60%, 47%) | — | |
| HWB | hwb(115 19% 53%) | color: hwb(115 19% 53%) | |
| OKLCH | oklch(0.5123 0.1256 142.02) | color: oklch(0.5123 0.1256 142.02) | |
| Lab | lab(44.84 -36.31 32.72) | color: lab(44.84 -36.31 32.72) | |
| LCH | lch(44.84 48.88 137.98) | color: lch(44.84 48.88 137.98) |
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)
#535341 — rgb(83, 83, 65)
Deuteranopia (Green-blind)
#4F4A46 — rgb(79, 74, 70)
Tritanopia (Blue-blind)
#394F52 — rgb(57, 79, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 43%, 33%);
text
color: hsl(115, 43%, 33%);
border
border: 2px solid hsl(115, 43%, 33%);
gradient light
background: linear-gradient(to right, hsl(115, 43%, 53%), hsl(115, 43%, 33%));
gradient dark
background: linear-gradient(to right, hsl(115, 43%, 33%), hsl(115, 43%, 13%))
hex
background-color: #367830;
tailwind
bg-[hsl(115,43%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 43%, 33%, 0.4);
css variable
--color-primary: hsl(115, 43%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 43%, 33%)?
HEX: #367830 | RGB: rgb(54, 120, 48) | CMYK: 55%, 0%, 60%, 53% | HSV: 115°, 60%, 47%. Copy any format from the conversion table above.
What colors go well with #367830?
The complementary color is HSL(295, 43%, 33%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 43%, 33%) in CSS?
As HSL: color: hsl(115, 43%, 33%); — As HEX: color: #367830; — As RGB: color: rgb(54, 120, 48); — Tailwind CSS: bg-[hsl(115,43%,33%)] — CSS variable: --color-primary: hsl(115, 43%, 33%);