HSL(103, 43%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(103,43%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(103, 43%, 30%) color: hsl(103, 43%, 30%)
HEX #3E6D2C color: #3E6D2C
RGB rgb(62, 109, 44) color: rgb(62, 109, 44)
CMYK cmyk(43%, 0%, 60%, 57%)
HSV hsv(103, 60%, 43%)
HWB hwb(103 17% 57%) color: hwb(103 17% 57%)
OKLCH oklch(0.4853 0.1087 137.89) color: oklch(0.4853 0.1087 137.89)
Lab lab(41.44 -29.3 30.88) color: lab(41.44 -29.3 30.88)
LCH lch(41.44 42.57 133.5) color: lch(41.44 42.57 133.5)

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 6.12:1
vs Black 3.43: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)

#52533C — rgb(82, 83, 60)

Deuteranopia (Green-blind)

#504C40 — rgb(80, 76, 64)

Tritanopia (Blue-blind)

#40484B — rgb(64, 72, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(103, 43%, 30%);

text

color: hsl(103, 43%, 30%);

border

border: 2px solid hsl(103, 43%, 30%);

gradient light

background: linear-gradient(to right, hsl(103, 43%, 50%), hsl(103, 43%, 30%));

gradient dark

background: linear-gradient(to right, hsl(103, 43%, 30%), hsl(103, 43%, 10%))

hex

background-color: #3E6D2C;

tailwind

bg-[hsl(103,43%,30%)]

box shadow

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

css variable

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

HEX: #3E6D2C | RGB: rgb(62, 109, 44) | CMYK: 43%, 0%, 60%, 57% | HSV: 103°, 60%, 43%. Copy any format from the conversion table above.

What colors go well with #3E6D2C?

The complementary color is HSL(283, 43%, 30%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(103, 43%, 30%) in CSS?

As HSL: color: hsl(103, 43%, 30%); — As HEX: color: #3E6D2C; — As RGB: color: rgb(62, 109, 44); — Tailwind CSS: bg-[hsl(103,43%,30%)] — CSS variable: --color-primary: hsl(103, 43%, 30%);