HSL(141, 92%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,92%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 92%, 30%) | color: hsl(141, 92%, 30%) | |
| HEX | #069337 | color: #069337 | |
| RGB | rgb(6, 147, 55) | color: rgb(6, 147, 55) | |
| CMYK | cmyk(96%, 0%, 63%, 42%) | — | |
| HSV | hsv(141, 96%, 58%) | — | |
| HWB | hwb(141 2% 42%) | color: hwb(141 2% 42%) | |
| OKLCH | oklch(0.5786 0.1686 147.36) | color: oklch(0.5786 0.1686 147.36) | |
| Lab | lab(53.15 -52.93 38.67) | color: lab(53.15 -52.93 38.67) | |
| LCH | lch(53.15 65.55 143.85) | color: lch(53.15 65.55 143.85) |
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)
#43444D — rgb(67, 68, 77)
Deuteranopia (Green-blind)
#3B3053 — rgb(59, 48, 83)
Tritanopia (Blue-blind)
#0D5F63 — rgb(13, 95, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 92%, 30%);
text
color: hsl(141, 92%, 30%);
border
border: 2px solid hsl(141, 92%, 30%);
gradient light
background: linear-gradient(to right, hsl(141, 92%, 50%), hsl(141, 92%, 30%));
gradient dark
background: linear-gradient(to right, hsl(141, 92%, 30%), hsl(141, 92%, 10%))
hex
background-color: #069337;
tailwind
bg-[hsl(141,92%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 92%, 30%, 0.4);
css variable
--color-primary: hsl(141, 92%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 92%, 30%)?
HEX: #069337 | RGB: rgb(6, 147, 55) | CMYK: 96%, 0%, 63%, 42% | HSV: 141°, 96%, 58%. Copy any format from the conversion table above.
What colors go well with #069337?
The complementary color is HSL(321, 92%, 30%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 92%, 30%) in CSS?
As HSL: color: hsl(141, 92%, 30%); — As HEX: color: #069337; — As RGB: color: rgb(6, 147, 55); — Tailwind CSS: bg-[hsl(141,92%,30%)] — CSS variable: --color-primary: hsl(141, 92%, 30%);