HSL(116, 43%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,43%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 43%, 30%) | color: hsl(116, 43%, 30%) | |
| HEX | #306D2C | color: #306D2C | |
| RGB | rgb(48, 109, 44) | color: rgb(48, 109, 44) | |
| CMYK | cmyk(56%, 0%, 60%, 57%) | — | |
| HSV | hsv(116, 60%, 43%) | — | |
| HWB | hwb(116 17% 57%) | color: hwb(116 17% 57%) | |
| OKLCH | oklch(0.4783 0.1165 142.42) | color: oklch(0.4783 0.1165 142.42) | |
| Lab | lab(40.81 -33.89 29.98) | color: lab(40.81 -33.89 29.98) | |
| LCH | lch(40.81 45.25 138.5) | color: lch(40.81 45.25 138.5) |
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)
#4A4B3C — rgb(74, 75, 60)
Deuteranopia (Green-blind)
#474240 — rgb(71, 66, 64)
Tritanopia (Blue-blind)
#33484B — rgb(51, 72, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 43%, 30%);
text
color: hsl(116, 43%, 30%);
border
border: 2px solid hsl(116, 43%, 30%);
gradient light
background: linear-gradient(to right, hsl(116, 43%, 50%), hsl(116, 43%, 30%));
gradient dark
background: linear-gradient(to right, hsl(116, 43%, 30%), hsl(116, 43%, 10%))
hex
background-color: #306D2C;
tailwind
bg-[hsl(116,43%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 43%, 30%, 0.4);
css variable
--color-primary: hsl(116, 43%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 43%, 30%)?
HEX: #306D2C | RGB: rgb(48, 109, 44) | CMYK: 56%, 0%, 60%, 57% | HSV: 116°, 60%, 43%. Copy any format from the conversion table above.
What colors go well with #306D2C?
The complementary color is HSL(296, 43%, 30%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 43%, 30%) in CSS?
As HSL: color: hsl(116, 43%, 30%); — As HEX: color: #306D2C; — As RGB: color: rgb(48, 109, 44); — Tailwind CSS: bg-[hsl(116,43%,30%)] — CSS variable: --color-primary: hsl(116, 43%, 30%);