HSL(119, 20%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,20%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 20%, 25%) | color: hsl(119, 20%, 25%) | |
| HEX | #334D33 | color: #334D33 | |
| RGB | rgb(51, 77, 51) | color: rgb(51, 77, 51) | |
| CMYK | cmyk(34%, 0%, 34%, 70%) | — | |
| HSV | hsv(120, 34%, 30%) | — | |
| HWB | hwb(120 20% 70%) | color: hwb(120 20% 70%) | |
| OKLCH | oklch(0.3912 0.0536 144.46) | color: oklch(0.3912 0.0536 144.46) | |
| Lab | lab(30.04 -16 12.37) | color: lab(30.04 -16 12.37) | |
| LCH | lch(30.04 20.22 142.29) | color: lch(30.04 20.22 142.29) |
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)
#3E3E39 — rgb(62, 62, 57)
Deuteranopia (Green-blind)
#3D3B3B — rgb(61, 59, 59)
Tritanopia (Blue-blind)
#343E3F — rgb(52, 62, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 20%, 25%);
text
color: hsl(119, 20%, 25%);
border
border: 2px solid hsl(119, 20%, 25%);
gradient light
background: linear-gradient(to right, hsl(119, 20%, 45%), hsl(119, 20%, 25%));
gradient dark
background: linear-gradient(to right, hsl(119, 20%, 25%), hsl(119, 20%, 5%))
hex
background-color: #334D33;
tailwind
bg-[hsl(119,20%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 20%, 25%, 0.4);
css variable
--color-primary: hsl(119, 20%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 20%, 25%)?
HEX: #334D33 | RGB: rgb(51, 77, 51) | CMYK: 34%, 0%, 34%, 70% | HSV: 120°, 34%, 30%. Copy any format from the conversion table above.
What colors go well with #334D33?
The complementary color is HSL(299, 20%, 25%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 20%, 25%) in CSS?
As HSL: color: hsl(119, 20%, 25%); — As HEX: color: #334D33; — As RGB: color: rgb(51, 77, 51); — Tailwind CSS: bg-[hsl(119,20%,25%)] — CSS variable: --color-primary: hsl(119, 20%, 25%);