HSL(115, 36%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,36%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 36%, 22%) | color: hsl(115, 36%, 22%) | |
| HEX | #274C24 | color: #274C24 | |
| RGB | rgb(39, 76, 36) | color: rgb(39, 76, 36) | |
| CMYK | cmyk(49%, 0%, 53%, 70%) | — | |
| HSV | hsv(116, 53%, 30%) | — | |
| HWB | hwb(116 14% 70%) | color: hwb(116 14% 70%) | |
| OKLCH | oklch(0.3777 0.0781 142.34) | color: oklch(0.3777 0.0781 142.34) | |
| Lab | lab(28.71 -22.68 19.67) | color: lab(28.71 -22.68 19.67) | |
| LCH | lch(28.71 30.02 139.07) | color: lch(28.71 30.02 139.07) |
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)
#37372E — rgb(55, 55, 46)
Deuteranopia (Green-blind)
#353230 — rgb(53, 50, 48)
Tritanopia (Blue-blind)
#293537 — rgb(41, 53, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 36%, 22%);
text
color: hsl(115, 36%, 22%);
border
border: 2px solid hsl(115, 36%, 22%);
gradient light
background: linear-gradient(to right, hsl(115, 36%, 42%), hsl(115, 36%, 22%));
gradient dark
background: linear-gradient(to right, hsl(115, 36%, 22%), hsl(115, 36%, 2%))
hex
background-color: #274C24;
tailwind
bg-[hsl(115,36%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 36%, 22%, 0.4);
css variable
--color-primary: hsl(115, 36%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 36%, 22%)?
HEX: #274C24 | RGB: rgb(39, 76, 36) | CMYK: 49%, 0%, 53%, 70% | HSV: 116°, 53%, 30%. Copy any format from the conversion table above.
What colors go well with #274C24?
The complementary color is HSL(295, 36%, 22%). 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, 36%, 22%) in CSS?
As HSL: color: hsl(115, 36%, 22%); — As HEX: color: #274C24; — As RGB: color: rgb(39, 76, 36); — Tailwind CSS: bg-[hsl(115,36%,22%)] — CSS variable: --color-primary: hsl(115, 36%, 22%);