HSL(114, 30%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(114,30%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 30%, 29%) | color: hsl(114, 30%, 29%) | |
| HEX | #386034 | color: #386034 | |
| RGB | rgb(56, 96, 52) | color: rgb(56, 96, 52) | |
| CMYK | cmyk(42%, 0%, 46%, 62%) | — | |
| HSV | hsv(115, 46%, 38%) | — | |
| HWB | hwb(115 21% 62%) | color: hwb(115 21% 62%) | |
| OKLCH | oklch(0.4473 0.083 142.09) | color: oklch(0.4473 0.083 142.09) | |
| Lab | lab(36.84 -24.01 20.78) | color: lab(36.84 -24.01 20.78) | |
| LCH | lch(36.84 31.75 139.12) | color: lch(36.84 31.75 139.12) |
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)
#494A3F — rgb(73, 74, 63)
Deuteranopia (Green-blind)
#474441 — rgb(71, 68, 65)
Tritanopia (Blue-blind)
#3A4749 — rgb(58, 71, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 30%, 29%);
text
color: hsl(114, 30%, 29%);
border
border: 2px solid hsl(114, 30%, 29%);
gradient light
background: linear-gradient(to right, hsl(114, 30%, 49%), hsl(114, 30%, 29%));
gradient dark
background: linear-gradient(to right, hsl(114, 30%, 29%), hsl(114, 30%, 9%))
hex
background-color: #386034;
tailwind
bg-[hsl(114,30%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 30%, 29%, 0.4);
css variable
--color-primary: hsl(114, 30%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(114, 30%, 29%)?
HEX: #386034 | RGB: rgb(56, 96, 52) | CMYK: 42%, 0%, 46%, 62% | HSV: 115°, 46%, 38%. Copy any format from the conversion table above.
What colors go well with #386034?
The complementary color is HSL(294, 30%, 29%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 30%, 29%) in CSS?
As HSL: color: hsl(114, 30%, 29%); — As HEX: color: #386034; — As RGB: color: rgb(56, 96, 52); — Tailwind CSS: bg-[hsl(114,30%,29%)] — CSS variable: --color-primary: hsl(114, 30%, 29%);