HSL(111, 50%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,50%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 50%, 29%) | color: hsl(111, 50%, 29%) | |
| HEX | #306F25 | color: #306F25 | |
| RGB | rgb(48, 111, 37) | color: rgb(48, 111, 37) | |
| CMYK | cmyk(57%, 0%, 67%, 56%) | — | |
| HSV | hsv(111, 67%, 44%) | — | |
| HWB | hwb(111 15% 56%) | color: hwb(111 15% 56%) | |
| OKLCH | oklch(0.4831 0.1256 140.83) | color: oklch(0.4831 0.1256 140.83) | |
| Lab | lab(41.42 -35.59 34.17) | color: lab(41.42 -35.59 34.17) | |
| LCH | lch(41.42 49.34 136.17) | color: lch(41.42 49.34 136.17) |
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)
#4B4C37 — rgb(75, 76, 55)
Deuteranopia (Green-blind)
#48433B — rgb(72, 67, 59)
Tritanopia (Blue-blind)
#334548 — rgb(51, 69, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 50%, 29%);
text
color: hsl(111, 50%, 29%);
border
border: 2px solid hsl(111, 50%, 29%);
gradient light
background: linear-gradient(to right, hsl(111, 50%, 49%), hsl(111, 50%, 29%));
gradient dark
background: linear-gradient(to right, hsl(111, 50%, 29%), hsl(111, 50%, 9%))
hex
background-color: #306F25;
tailwind
bg-[hsl(111,50%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 50%, 29%, 0.4);
css variable
--color-primary: hsl(111, 50%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 50%, 29%)?
HEX: #306F25 | RGB: rgb(48, 111, 37) | CMYK: 57%, 0%, 67%, 56% | HSV: 111°, 67%, 44%. Copy any format from the conversion table above.
What colors go well with #306F25?
The complementary color is HSL(291, 50%, 29%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 50%, 29%) in CSS?
As HSL: color: hsl(111, 50%, 29%); — As HEX: color: #306F25; — As RGB: color: rgb(48, 111, 37); — Tailwind CSS: bg-[hsl(111,50%,29%)] — CSS variable: --color-primary: hsl(111, 50%, 29%);