HSL(106, 63%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(106,63%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(106, 63%, 30%) color: hsl(106, 63%, 30%)
HEX #337D1C color: #337D1C
RGB rgb(51, 125, 28) color: rgb(51, 125, 28)
CMYK cmyk(59%, 0%, 78%, 51%)
HSV hsv(106, 78%, 49%)
HWB hwb(106 11% 51%) color: hwb(106 11% 51%)
OKLCH oklch(0.523 0.149 139.51) color: oklch(0.523 0.149 139.51)
Lab lab(46.25 -41.2 43.07) color: lab(46.25 -41.2 43.07)
LCH lch(46.25 59.6 133.73) color: lch(46.25 59.6 133.73)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 5.13:1
vs Black 4.09:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#535433 — rgb(83, 84, 51)

Deuteranopia (Green-blind)

#4F4939 — rgb(79, 73, 57)

Tritanopia (Blue-blind)

#37464A — rgb(55, 70, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(106, 63%, 30%);

text

color: hsl(106, 63%, 30%);

border

border: 2px solid hsl(106, 63%, 30%);

gradient light

background: linear-gradient(to right, hsl(106, 63%, 50%), hsl(106, 63%, 30%));

gradient dark

background: linear-gradient(to right, hsl(106, 63%, 30%), hsl(106, 63%, 10%))

hex

background-color: #337D1C;

tailwind

bg-[hsl(106,63%,30%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(106, 63%, 30%, 0.4);

css variable

--color-primary: hsl(106, 63%, 30%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(106, 63%, 30%)?

HEX: #337D1C | RGB: rgb(51, 125, 28) | CMYK: 59%, 0%, 78%, 51% | HSV: 106°, 78%, 49%. Copy any format from the conversion table above.

What colors go well with #337D1C?

The complementary color is HSL(286, 63%, 30%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(106, 63%, 30%) in CSS?

As HSL: color: hsl(106, 63%, 30%); — As HEX: color: #337D1C; — As RGB: color: rgb(51, 125, 28); — Tailwind CSS: bg-[hsl(106,63%,30%)] — CSS variable: --color-primary: hsl(106, 63%, 30%);