Sap Green (#507D2A)
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: 4.87:1 — vs black: 4.31:1
Color values
-
HEX
#507D2A -
RGB
rgb(80, 125, 42) -
HSL
hsl(92, 66%, 49%) -
CMYK
cmyk( 36, 0, 66.4, 50.98 ) -
Websafe
#666633
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #507D2A based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#507D2A
Base
#572A7D
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#507D2A
Base
#7A7D2A
#2A7D2D
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#507D2A
Base
#2A507D
#7D2A50
Two colors flanking the complement — high contrast with less tension than full complementary.
#507D2A
Base
#2D2A7D
#7D2A7A
Four colors at 90° intervals — rich variety, best when one color dominates.
#507D2A
Base
#2A7A7D
#572A7D
#7D2D2A
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#507D2A
Base
#0C1306
#2B4417
#3C5E20
#649C34
#75B63D
#9CCF71
Darker shades and lighter tints of Sap Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0C1306
#1A280E
#273D15
#35531C
#426823
#507D2A
Base
#6EAD3A
#8EC95D
#B0D98D
#D1E9BC
#F2F9EC
Ready-to-use code snippets for #507D2A. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #507D2A;
}
/* Text */
.element {
color: #507D2A;
}
/* Border */
.element {
border: 1px solid #507D2A;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#507D2A,
#842AD0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#507D2A,
#842AD0
);
}
// SCSS variable
$sap-green: #507D2A;
// With RGB channels (useful for rgba() usage)
$sap-green-r: 80;
$sap-green-g: 125;
$sap-green-b: 42;
// Usage
.element {
background-color: $sap-green;
color: rgba($sap-green-r, $sap-green-g, $sap-green-b, 0.8);
}
How Sap Green appears to people with different types of color vision deficiency.
#507D2A
How the color appears with full color vision.
#72722D
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#797929
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#5B7676
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#717171
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.