HSL(122, 98%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,98%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 98%, 30%) | color: hsl(122, 98%, 30%) | |
| HEX | #029707 | color: #029707 | |
| RGB | rgb(2, 151, 7) | color: rgb(2, 151, 7) | |
| CMYK | cmyk(99%, 0%, 95%, 41%) | — | |
| HSV | hsv(122, 99%, 59%) | — | |
| HWB | hwb(122 1% 41%) | color: hwb(122 1% 41%) | |
| OKLCH | oklch(0.5864 0.1976 142.69) | color: oklch(0.5864 0.1976 142.69) | |
| Lab | lab(54.2 -57.96 55.15) | color: lab(54.2 -57.96 55.15) | |
| LCH | lch(54.2 80.01 136.42) | color: lch(54.2 80.01 136.42) |
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)
#43442A — rgb(67, 68, 42)
Deuteranopia (Green-blind)
#3A2F32 — rgb(58, 47, 50)
Tritanopia (Blue-blind)
#09454B — rgb(9, 69, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 98%, 30%);
text
color: hsl(122, 98%, 30%);
border
border: 2px solid hsl(122, 98%, 30%);
gradient light
background: linear-gradient(to right, hsl(122, 98%, 50%), hsl(122, 98%, 30%));
gradient dark
background: linear-gradient(to right, hsl(122, 98%, 30%), hsl(122, 98%, 10%))
hex
background-color: #029707;
tailwind
bg-[hsl(122,98%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 98%, 30%, 0.4);
css variable
--color-primary: hsl(122, 98%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 98%, 30%)?
HEX: #029707 | RGB: rgb(2, 151, 7) | CMYK: 99%, 0%, 95%, 41% | HSV: 122°, 99%, 59%. Copy any format from the conversion table above.
What colors go well with #029707?
The complementary color is HSL(302, 98%, 30%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 98%, 30%) in CSS?
As HSL: color: hsl(122, 98%, 30%); — As HEX: color: #029707; — As RGB: color: rgb(2, 151, 7); — Tailwind CSS: bg-[hsl(122,98%,30%)] — CSS variable: --color-primary: hsl(122, 98%, 30%);