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

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
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.

Complementary

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

Mughal Green
#306030 Base
#603060
Analogous

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

Mughal Green
#306030 Base
#486030
#306048
Triadic

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

Mughal Green
#306030 Base
#303060
#603030
Split-Complementary

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

Mughal Green
#306030 Base
#483060
#603048
Tetradic (Square)

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

Mughal Green
#306030 Base
#304860
#603060
#604830
Monochromatic

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

Mughal Green
#306030 Base
#091109
#172D17
#224522
#3E7B3E
#4A934A
#71B871
Shades & Tints

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
Mughal Green #306030 Base
#478D47
#66B266
#93C993
#C1E0C1
#EEF6EE
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #306030;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #306030,
        #903090
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

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

Normal Vision #306030 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #5C5C30 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #395C5C Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #565656 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 Mughal Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Mughal Green #306030 Base
Hunter Green #355E3B ΔE 3.56
Cadmium Green #006B3C ΔE 6.12
Dartmouth Green #00693E ΔE 6.16
Lincoln Green #195905 ΔE 6.92

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.