HSL(140, 30%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,30%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 30%, 29%) | color: hsl(140, 30%, 29%) | |
| HEX | #346043 | color: #346043 | |
| RGB | rgb(52, 96, 67) | color: rgb(52, 96, 67) | |
| CMYK | cmyk(46%, 0%, 30%, 62%) | — | |
| HSV | hsv(140, 46%, 38%) | — | |
| HWB | hwb(140 21% 62%) | color: hwb(140 21% 62%) | |
| OKLCH | oklch(0.4484 0.0687 153.82) | color: oklch(0.4484 0.0687 153.82) | |
| Lab | lab(36.93 -22.52 11.93) | color: lab(36.93 -22.52 11.93) | |
| LCH | lch(36.93 25.48 152.09) | color: lch(36.93 25.48 152.09) |
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)
#47474A — rgb(71, 71, 74)
Deuteranopia (Green-blind)
#45414C — rgb(69, 65, 76)
Tritanopia (Blue-blind)
#365051 — rgb(54, 80, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 30%, 29%);
text
color: hsl(140, 30%, 29%);
border
border: 2px solid hsl(140, 30%, 29%);
gradient light
background: linear-gradient(to right, hsl(140, 30%, 49%), hsl(140, 30%, 29%));
gradient dark
background: linear-gradient(to right, hsl(140, 30%, 29%), hsl(140, 30%, 9%))
hex
background-color: #346043;
tailwind
bg-[hsl(140,30%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 30%, 29%, 0.4);
css variable
--color-primary: hsl(140, 30%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 30%, 29%)?
HEX: #346043 | RGB: rgb(52, 96, 67) | CMYK: 46%, 0%, 30%, 62% | HSV: 140°, 46%, 38%. Copy any format from the conversion table above.
What colors go well with #346043?
The complementary color is HSL(320, 30%, 29%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 30%, 29%) in CSS?
As HSL: color: hsl(140, 30%, 29%); — As HEX: color: #346043; — As RGB: color: rgb(52, 96, 67); — Tailwind CSS: bg-[hsl(140,30%,29%)] — CSS variable: --color-primary: hsl(140, 30%, 29%);