HSL(113, 30%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,30%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 30%, 30%) color: hsl(113, 30%, 30%)
HEX #3B6336 color: #3B6336
RGB rgb(59, 99, 54) color: rgb(59, 99, 54)
CMYK cmyk(40%, 0%, 45%, 61%)
HSV hsv(113, 45%, 39%)
HWB hwb(113 21% 61%) color: hwb(113 21% 61%)
OKLCH oklch(0.4577 0.0839 141.64) color: oklch(0.4577 0.0839 141.64)
Lab lab(38.06 -24.11 21.21) color: lab(38.06 -24.11 21.21)
LCH lch(38.06 32.11 138.66) color: lch(38.06 32.11 138.66)

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.94:1
vs Black 3.02: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)

#4C4D41 — rgb(76, 77, 65)

Deuteranopia (Green-blind)

#4A4744 — rgb(74, 71, 68)

Tritanopia (Blue-blind)

#3D494B — rgb(61, 73, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 30%, 30%);

text

color: hsl(113, 30%, 30%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #3B6336;

tailwind

bg-[hsl(113,30%,30%)]

box shadow

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

css variable

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

HEX: #3B6336 | RGB: rgb(59, 99, 54) | CMYK: 40%, 0%, 45%, 61% | HSV: 113°, 45%, 39%. Copy any format from the conversion table above.

What colors go well with #3B6336?

The complementary color is HSL(293, 30%, 30%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(113, 30%, 30%); — As HEX: color: #3B6336; — As RGB: color: rgb(59, 99, 54); — Tailwind CSS: bg-[hsl(113,30%,30%)] — CSS variable: --color-primary: hsl(113, 30%, 30%);