HSL(106, 20%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(106, 20%, 30%) color: hsl(106, 20%, 30%)
HEX #445C3D color: #445C3D
RGB rgb(68, 92, 61) color: rgb(68, 92, 61)
CMYK cmyk(26%, 0%, 34%, 64%)
HSV hsv(106, 34%, 36%)
HWB hwb(106 24% 64%) color: hwb(106 24% 64%)
OKLCH oklch(0.4462 0.0572 138.73) color: oklch(0.4462 0.0572 138.73)
Lab lab(36.4 -15.77 15.01) color: lab(36.4 -15.77 15.01)
LCH lch(36.4 21.77 136.41) color: lch(36.4 21.77 136.41)

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 7.38:1
vs Black 2.84:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4E4F45 — rgb(78, 79, 69)

Deuteranopia (Green-blind)

#4D4B46 — rgb(77, 75, 70)

Tritanopia (Blue-blind)

#454A4C — rgb(69, 74, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #445C3D;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(106, 20%, 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, 20%, 30%)?

HEX: #445C3D | RGB: rgb(68, 92, 61) | CMYK: 26%, 0%, 34%, 64% | HSV: 106°, 34%, 36%. Copy any format from the conversion table above.

What colors go well with #445C3D?

The complementary color is HSL(286, 20%, 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, 20%, 30%) in CSS?

As HSL: color: hsl(106, 20%, 30%); — As HEX: color: #445C3D; — As RGB: color: rgb(68, 92, 61); — Tailwind CSS: bg-[hsl(106,20%,30%)] — CSS variable: --color-primary: hsl(106, 20%, 30%);