Mughal Green (#306030)
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: 7.39:1 — vs black: 2.84:1
Color values
-
HEX
#306030 -
RGB
rgb(48, 96, 48) -
HSL
hsl(120, 50%, 37%) -
CMYK
cmyk( 50, 0, 50, 62.35 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #306030 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#306030
Base
#603060
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#306030
Base
#486030
#306048
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#306030
Base
#303060
#603030
Two colors flanking the complement — high contrast with less tension than full complementary.
#306030
Base
#483060
#603048
Four colors at 90° intervals — rich variety, best when one color dominates.
#306030
Base
#304860
#603060
#604830
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#306030
Base
#091109
#172D17
#224522
#3E7B3E
#4A934A
#71B871
Darker shades and lighter tints of Mughal Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#091109
#102110
#183118
#204020
#285028
#306030
Base
#478D47
#66B266
#93C993
#C1E0C1
#EEF6EE
Ready-to-use code snippets for #306030. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #306030;
}
/* Text */
.element {
color: #306030;
}
/* Border */
.element {
border: 1px solid #306030;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#306030,
#903090
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#306030,
#903090
);
}
// SCSS variable
$mughal-green: #306030;
// With RGB channels (useful for rgba() usage)
$mughal-green-r: 48;
$mughal-green-g: 96;
$mughal-green-b: 48;
// Usage
.element {
background-color: $mughal-green;
color: rgba($mughal-green-r, $mughal-green-g, $mughal-green-b, 0.8);
}
How Mughal Green appears to people with different types of color vision deficiency.
#306030
How the color appears with full color vision.
#555532
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#5C5C30
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#395C5C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#565656
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.