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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#1C352D
Base
#351C24
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#1C352D
Base
#1C3521
#1C3135
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#1C352D
Base
#2D1C35
#352D1C
Two colors flanking the complement — high contrast with less tension than full complementary.
#1C352D
Base
#351C31
#35211C
Four colors at 90° intervals — rich variety, best when one color dominates.
#1C352D
Base
#211C35
#351C24
#31351C
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#1C352D
Base
#09110E
#0E1A16
#2A5044
#366758
#519982
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
#1C352D
Base
#386A5A
#549F87
#85BEAC
#BADAD0
#EEF6F4
Ready-to-use code snippets for #1C352D. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #1C352D;
}
/* Text */
.element {
color: #1C352D;
}
/* Border */
.element {
border: 1px solid #1C352D;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#1C352D,
#4E1C2C
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#1C352D,
#4E1C2C
);
}
// 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);
}
How Medium Jungle Green appears to people with different types of color vision deficiency.
#1C352D
How the color appears with full color vision.
#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.
#33332D
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#1E3434
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#303030
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.