Medium Jungle Green (#1C352D)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 13.15:1 — vs black: 1.60:1

Color values

  • HEX #1C352D
  • RGB rgb(28, 53, 45)
  • HSL hsl(160, 47%, 20%)
  • CMYK cmyk( 47.17, 0, 15.09, 79.22 )
  • Websafe #333333

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #1C352D based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Medium Jungle Green
#1C352D Base
#351C24
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Medium Jungle Green
#1C352D Base
#1C3521
#1C3135
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Medium Jungle Green
#1C352D Base
#2D1C35
#352D1C
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Medium Jungle Green
#1C352D Base
#351C31
#35211C
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Medium Jungle Green
#1C352D Base
#211C35
#351C24
#31351C
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Medium Jungle Green
#1C352D Base
#09110E
#0E1A16
#2A5044
#366758
#519982
Shades & Tints

Darker shades and lighter tints of Medium Jungle Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#09110E
#0D1814
#101F1A
#142621
#182E27
Medium Jungle Green #1C352D Base
#386A5A
#549F87
#85BEAC
#BADAD0
#EEF6F4
CSS & SCSS Snippets

Ready-to-use code snippets for #1C352D. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #1C352D;
}

/* Text */
.element {
    color: #1C352D;
}

/* Border */
.element {
    border: 1px solid #1C352D;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #1C352D,
        #4E1C2C
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #1C352D,
        #4E1C2C
    );
}
SCSS Variable
// SCSS variable
$medium-jungle-green: #1C352D;

// With RGB channels (useful for rgba() usage)
$medium-jungle-green-r: 28;
$medium-jungle-green-g: 53;
$medium-jungle-green-b: 45;

// Usage
.element {
    background-color: $medium-jungle-green;
    color: rgba($medium-jungle-green-r, $medium-jungle-green-g, $medium-jungle-green-b, 0.8);
}
Color Blindness Simulation

How Medium Jungle Green appears to people with different types of color vision deficiency.

Normal Vision #1C352D How the color appears with full color vision.
Deuteranopia #2F2F2D Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #33332D Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #1E3434 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #303030 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Medium Jungle Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Medium Jungle Green #1C352D Base
Black Leather Jacket #253529 ΔE 3.58
Phthalo Green #123524 ΔE 5.07
MSU Green #18453B ΔE 6.30
Dark Green #013220 ΔE 6.95

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.