HSL(146, 60%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,60%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 60%, 33%) | color: hsl(146, 60%, 33%) | |
| HEX | #22874D | color: #22874D | |
| RGB | rgb(34, 135, 77) | color: rgb(34, 135, 77) | |
| CMYK | cmyk(75%, 0%, 43%, 47%) | — | |
| HSV | hsv(146, 75%, 53%) | — | |
| HWB | hwb(146 13% 47%) | color: hwb(146 13% 47%) | |
| OKLCH | oklch(0.5524 0.1275 153.19) | color: oklch(0.5524 0.1275 153.19) | |
| Lab | lab(49.74 -42.22 23.2) | color: lab(49.74 -42.22 23.2) | |
| LCH | lch(49.74 48.17 151.21) | color: lch(49.74 48.17 151.21) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#4E4F5B — rgb(78, 79, 91)
Deuteranopia (Green-blind)
#48405E — rgb(72, 64, 94)
Tritanopia (Blue-blind)
#276669 — rgb(39, 102, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 60%, 33%);
text
color: hsl(146, 60%, 33%);
border
border: 2px solid hsl(146, 60%, 33%);
gradient light
background: linear-gradient(to right, hsl(146, 60%, 53%), hsl(146, 60%, 33%));
gradient dark
background: linear-gradient(to right, hsl(146, 60%, 33%), hsl(146, 60%, 13%))
hex
background-color: #22874D;
tailwind
bg-[hsl(146,60%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 60%, 33%, 0.4);
css variable
--color-primary: hsl(146, 60%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 60%, 33%)?
HEX: #22874D | RGB: rgb(34, 135, 77) | CMYK: 75%, 0%, 43%, 47% | HSV: 146°, 75%, 53%. Copy any format from the conversion table above.
What colors go well with #22874D?
The complementary color is HSL(326, 60%, 33%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 60%, 33%) in CSS?
As HSL: color: hsl(146, 60%, 33%); — As HEX: color: #22874D; — As RGB: color: rgb(34, 135, 77); — Tailwind CSS: bg-[hsl(146,60%,33%)] — CSS variable: --color-primary: hsl(146, 60%, 33%);