HSL(113, 37%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,37%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 37%, 27%) color: hsl(113, 37%, 27%)
HEX #315E2B color: #315E2B
RGB rgb(49, 94, 43) color: rgb(49, 94, 43)
CMYK cmyk(48%, 0%, 54%, 63%)
HSV hsv(113, 54%, 37%)
HWB hwb(113 17% 63%) color: hwb(113 17% 63%)
OKLCH oklch(0.4362 0.094 141.42) color: oklch(0.4362 0.094 141.42)
Lab lab(35.66 -26.9 24.35) color: lab(35.66 -26.9 24.35)
LCH lch(35.66 36.28 137.85) color: lch(35.66 36.28 137.85)

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.59:1
vs Black 2.77: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)

#444537 — rgb(68, 69, 55)

Deuteranopia (Green-blind)

#423F3A — rgb(66, 63, 58)

Tritanopia (Blue-blind)

#334143 — rgb(51, 65, 67)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 37%, 27%);

text

color: hsl(113, 37%, 27%);

border

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

gradient light

background: linear-gradient(to right, hsl(113, 37%, 47%), hsl(113, 37%, 27%));

gradient dark

background: linear-gradient(to right, hsl(113, 37%, 27%), hsl(113, 37%, 7%))

hex

background-color: #315E2B;

tailwind

bg-[hsl(113,37%,27%)]

box shadow

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

css variable

--color-primary: hsl(113, 37%, 27%);

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, 37%, 27%)?

HEX: #315E2B | RGB: rgb(49, 94, 43) | CMYK: 48%, 0%, 54%, 63% | HSV: 113°, 54%, 37%. Copy any format from the conversion table above.

What colors go well with #315E2B?

The complementary color is HSL(293, 37%, 27%). 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, 37%, 27%) in CSS?

As HSL: color: hsl(113, 37%, 27%); — As HEX: color: #315E2B; — As RGB: color: rgb(49, 94, 43); — Tailwind CSS: bg-[hsl(113,37%,27%)] — CSS variable: --color-primary: hsl(113, 37%, 27%);