HSL(142, 92%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,92%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 92%, 29%) | color: hsl(142, 92%, 29%) | |
| HEX | #068E38 | color: #068E38 | |
| RGB | rgb(6, 142, 56) | color: rgb(6, 142, 56) | |
| CMYK | cmyk(96%, 0%, 61%, 44%) | — | |
| HSV | hsv(142, 96%, 56%) | — | |
| HWB | hwb(142 2% 44%) | color: hwb(142 2% 44%) | |
| OKLCH | oklch(0.5646 0.1618 147.98) | color: oklch(0.5646 0.1618 147.98) | |
| Lab | lab(51.46 -51.16 36.25) | color: lab(51.46 -51.16 36.25) | |
| LCH | lch(51.46 62.7 144.68) | color: lch(51.46 62.7 144.68) |
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)
#41424D — rgb(65, 66, 77)
Deuteranopia (Green-blind)
#392F52 — rgb(57, 47, 82)
Tritanopia (Blue-blind)
#0D5D61 — rgb(13, 93, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 92%, 29%);
text
color: hsl(142, 92%, 29%);
border
border: 2px solid hsl(142, 92%, 29%);
gradient light
background: linear-gradient(to right, hsl(142, 92%, 49%), hsl(142, 92%, 29%));
gradient dark
background: linear-gradient(to right, hsl(142, 92%, 29%), hsl(142, 92%, 9%))
hex
background-color: #068E38;
tailwind
bg-[hsl(142,92%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 92%, 29%, 0.4);
css variable
--color-primary: hsl(142, 92%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 92%, 29%)?
HEX: #068E38 | RGB: rgb(6, 142, 56) | CMYK: 96%, 0%, 61%, 44% | HSV: 142°, 96%, 56%. Copy any format from the conversion table above.
What colors go well with #068E38?
The complementary color is HSL(322, 92%, 29%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 92%, 29%) in CSS?
As HSL: color: hsl(142, 92%, 29%); — As HEX: color: #068E38; — As RGB: color: rgb(6, 142, 56); — Tailwind CSS: bg-[hsl(142,92%,29%)] — CSS variable: --color-primary: hsl(142, 92%, 29%);