Harmony system

Green Color Harmonies

Green color harmonies are generated from #008000 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Green into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Green sits in the green family with cool temperature and jewel tone tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourceGreen · #008000
Groups6
Palette colors6
FamilyGreen

How the harmony works

Green Harmony Guide

Green harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Green Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Green.

AI-Ready Dataset v1.0.0
Luminance0.1544
Black text4.09:1AA Fail
White text5.14:1AA Pass
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "green",
  "name": "Green",
  "hex": "#008000",
  "url": "https://www.colorsencyclopedia.com/colors/green/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/green.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#80007F",
        "name": "#80007F",
        "slug": null,
        "rgb": [
          128,
          0,
          127
        ],
        "hsl": [
          300,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          1,
          50
        ],
        "luminance": 0.0612,
        "contrast": {
          "black": 2.22,
          "white": 9.44
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/80007f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/80007f.json"
      }
    ],
    "anchor": "green-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#408000",
        "name": "#408000",
        "slug": null,
        "rgb": [
          64,
          128,
          0
        ],
        "hsl": [
          90,
          100,
          25
        ],
        "cmyk": [
          50,
          0,
          100,
          50
        ],
        "luminance": 0.1653,
        "contrast": {
          "black": 4.31,
          "white": 4.88
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/408000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/408000.json"
      },
      {
        "hex": "#008040",
        "name": "#008040",
        "slug": null,
        "rgb": [
          0,
          128,
          64
        ],
        "hsl": [
          150,
          100,
          25
        ],
        "cmyk": [
          100,
          0,
          50,
          50
        ],
        "luminance": 0.1581,
        "contrast": {
          "black": 4.16,
          "white": 5.05
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/008040/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008040.json"
      }
    ],
    "anchor": "green-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#000080",
        "name": "Navy Blue",
        "slug": "navy-blue",
        "rgb": [
          0,
          0,
          128
        ],
        "hsl": [
          240,
          100,
          25
        ],
        "cmyk": [
          100,
          100,
          0,
          50
        ],
        "luminance": 0.0156,
        "contrast": {
          "black": 1.31,
          "white": 16.01
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/navy-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/navy-blue.json"
      },
      {
        "hex": "#800000",
        "name": "Maroon",
        "slug": "maroon",
        "rgb": [
          128,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          100,
          50
        ],
        "luminance": 0.0459,
        "contrast": {
          "black": 1.92,
          "white": 10.95
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/maroon/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
      }
    ],
    "anchor": "green-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#004080",
        "name": "#004080",
        "slug": null,
        "rgb": [
          0,
          64,
          128
        ],
        "hsl": [
          210,
          100,
          25
        ],
        "cmyk": [
          100,
          50,
          0,
          50
        ],
        "luminance": 0.0523,
        "contrast": {
          "black": 2.05,
          "white": 10.26
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/004080/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/004080.json"
      },
      {
        "hex": "#80007F",
        "name": "#80007F",
        "slug": null,
        "rgb": [
          128,
          0,
          127
        ],
        "hsl": [
          300,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          1,
          50
        ],
        "luminance": 0.0612,
        "contrast": {
          "black": 2.22,
          "white": 9.44
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/80007f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/80007f.json"
      },
      {
        "hex": "#804000",
        "name": "#804000",
        "slug": null,
        "rgb": [
          128,
          64,
          0
        ],
        "hsl": [
          30,
          100,
          25
        ],
        "cmyk": [
          0,
          50,
          100,
          50
        ],
        "luminance": 0.0826,
        "contrast": {
          "black": 2.65,
          "white": 7.92
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/804000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/804000.json"
      }
    ],
    "anchor": "green-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#400080",
        "name": "#400080",
        "slug": null,
        "rgb": [
          64,
          0,
          128
        ],
        "hsl": [
          270,
          100,
          25
        ],
        "cmyk": [
          50,
          100,
          0,
          50
        ],
        "luminance": 0.0265,
        "contrast": {
          "black": 1.53,
          "white": 13.73
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/400080/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/400080.json"
      },
      {
        "hex": "#800040",
        "name": "#800040",
        "slug": null,
        "rgb": [
          128,
          0,
          64
        ],
        "hsl": [
          330,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          50,
          50
        ],
        "luminance": 0.0496,
        "contrast": {
          "black": 1.99,
          "white": 10.54
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/800040/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/800040.json"
      }
    ],
    "anchor": "green-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#00DB00",
        "name": "#00DB00",
        "slug": null,
        "rgb": [
          0,
          219,
          0
        ],
        "hsl": [
          120,
          100,
          43
        ],
        "cmyk": [
          100,
          0,
          100,
          14
        ],
        "luminance": 0.5066,
        "contrast": {
          "black": 11.13,
          "white": 1.89
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00db00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00db00.json"
      },
      {
        "hex": "#008000",
        "name": "Green",
        "slug": "green",
        "rgb": [
          0,
          128,
          0
        ],
        "hsl": [
          120,
          100,
          25
        ],
        "cmyk": [
          100,
          0,
          100,
          50
        ],
        "luminance": 0.1544,
        "contrast": {
          "black": 4.09,
          "white": 5.14
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/green/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/green.json"
      },
      {
        "hex": "#002400",
        "name": "#002400",
        "slug": null,
        "rgb": [
          0,
          36,
          0
        ],
        "hsl": [
          120,
          100,
          7
        ],
        "cmyk": [
          100,
          0,
          100,
          86
        ],
        "luminance": 0.0126,
        "contrast": {
          "black": 1.25,
          "white": 16.77
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/002400/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/002400.json"
      }
    ],
    "anchor": "green-harmony-monochromatic"
  }
]
Signature palette
[
  "#008000",
  "#80007F",
  "#408000",
  "#008040",
  "#00DB00",
  "#002400"
]
Accessibility notes
[
  "Black contrast on Green: 4.09:1",
  "White contrast on Green: 5.14:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-green: #008000;\n  --green-complementary-1: #80007F;\n  --green-analogous-1: #408000;\n  --green-analogous-2: #008040;\n  --green-triadic-1: #000080;\n  --green-triadic-2: #800000;\n  --green-tetradic-1: #004080;\n  --green-tetradic-2: #80007F;\n  --green-tetradic-3: #804000;\n  --green-split-complementary-1: #400080;\n  --green-split-complementary-2: #800040;\n  --green-monochromatic-1: #00DB00;\n  --green-monochromatic-2: #008000;\n  --green-monochromatic-3: #002400;\n}\n\n.palette-green-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #008000, #80007F, #408000, #008040, #00DB00, #002400);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "green",
  "name": "Green",
  "hex": "#008000",
  "rgb": [
    0,
    128,
    0
  ],
  "hsl": [
    120,
    100,
    25
  ],
  "cmyk": [
    100,
    0,
    100,
    50
  ],
  "family": "green",
  "temperature": "cool",
  "tone": [
    "jewel-tone"
  ],
  "luminance": 0.1544,
  "contrast": {
    "black": 4.09,
    "white": 5.14
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "green",
    "name": "Green",
    "hex": "#008000",
    "url": "https://www.colorsencyclopedia.com/colors/green/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/green.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#80007F",
          "name": "#80007F",
          "slug": null,
          "rgb": [
            128,
            0,
            127
          ],
          "hsl": [
            300,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            1,
            50
          ],
          "luminance": 0.0612,
          "contrast": {
            "black": 2.22,
            "white": 9.44
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/80007f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/80007f.json"
        }
      ],
      "anchor": "green-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#408000",
          "name": "#408000",
          "slug": null,
          "rgb": [
            64,
            128,
            0
          ],
          "hsl": [
            90,
            100,
            25
          ],
          "cmyk": [
            50,
            0,
            100,
            50
          ],
          "luminance": 0.1653,
          "contrast": {
            "black": 4.31,
            "white": 4.88
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/408000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/408000.json"
        },
        {
          "hex": "#008040",
          "name": "#008040",
          "slug": null,
          "rgb": [
            0,
            128,
            64
          ],
          "hsl": [
            150,
            100,
            25
          ],
          "cmyk": [
            100,
            0,
            50,
            50
          ],
          "luminance": 0.1581,
          "contrast": {
            "black": 4.16,
            "white": 5.05
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/008040/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008040.json"
        }
      ],
      "anchor": "green-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#000080",
          "name": "Navy Blue",
          "slug": "navy-blue",
          "rgb": [
            0,
            0,
            128
          ],
          "hsl": [
            240,
            100,
            25
          ],
          "cmyk": [
            100,
            100,
            0,
            50
          ],
          "luminance": 0.0156,
          "contrast": {
            "black": 1.31,
            "white": 16.01
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/navy-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/navy-blue.json"
        },
        {
          "hex": "#800000",
          "name": "Maroon",
          "slug": "maroon",
          "rgb": [
            128,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            100,
            50
          ],
          "luminance": 0.0459,
          "contrast": {
            "black": 1.92,
            "white": 10.95
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/maroon/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
        }
      ],
      "anchor": "green-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#004080",
          "name": "#004080",
          "slug": null,
          "rgb": [
            0,
            64,
            128
          ],
          "hsl": [
            210,
            100,
            25
          ],
          "cmyk": [
            100,
            50,
            0,
            50
          ],
          "luminance": 0.0523,
          "contrast": {
            "black": 2.05,
            "white": 10.26
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/004080/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/004080.json"
        },
        {
          "hex": "#80007F",
          "name": "#80007F",
          "slug": null,
          "rgb": [
            128,
            0,
            127
          ],
          "hsl": [
            300,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            1,
            50
          ],
          "luminance": 0.0612,
          "contrast": {
            "black": 2.22,
            "white": 9.44
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/80007f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/80007f.json"
        },
        {
          "hex": "#804000",
          "name": "#804000",
          "slug": null,
          "rgb": [
            128,
            64,
            0
          ],
          "hsl": [
            30,
            100,
            25
          ],
          "cmyk": [
            0,
            50,
            100,
            50
          ],
          "luminance": 0.0826,
          "contrast": {
            "black": 2.65,
            "white": 7.92
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/804000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/804000.json"
        }
      ],
      "anchor": "green-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#400080",
          "name": "#400080",
          "slug": null,
          "rgb": [
            64,
            0,
            128
          ],
          "hsl": [
            270,
            100,
            25
          ],
          "cmyk": [
            50,
            100,
            0,
            50
          ],
          "luminance": 0.0265,
          "contrast": {
            "black": 1.53,
            "white": 13.73
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/400080/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/400080.json"
        },
        {
          "hex": "#800040",
          "name": "#800040",
          "slug": null,
          "rgb": [
            128,
            0,
            64
          ],
          "hsl": [
            330,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            50,
            50
          ],
          "luminance": 0.0496,
          "contrast": {
            "black": 1.99,
            "white": 10.54
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/800040/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/800040.json"
        }
      ],
      "anchor": "green-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#00DB00",
          "name": "#00DB00",
          "slug": null,
          "rgb": [
            0,
            219,
            0
          ],
          "hsl": [
            120,
            100,
            43
          ],
          "cmyk": [
            100,
            0,
            100,
            14
          ],
          "luminance": 0.5066,
          "contrast": {
            "black": 11.13,
            "white": 1.89
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00db00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00db00.json"
        },
        {
          "hex": "#008000",
          "name": "Green",
          "slug": "green",
          "rgb": [
            0,
            128,
            0
          ],
          "hsl": [
            120,
            100,
            25
          ],
          "cmyk": [
            100,
            0,
            100,
            50
          ],
          "luminance": 0.1544,
          "contrast": {
            "black": 4.09,
            "white": 5.14
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/green/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/green.json"
        },
        {
          "hex": "#002400",
          "name": "#002400",
          "slug": null,
          "rgb": [
            0,
            36,
            0
          ],
          "hsl": [
            120,
            100,
            7
          ],
          "cmyk": [
            100,
            0,
            100,
            86
          ],
          "luminance": 0.0126,
          "contrast": {
            "black": 1.25,
            "white": 16.77
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/002400/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/002400.json"
        }
      ],
      "anchor": "green-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#008000",
    "#80007F",
    "#408000",
    "#008040",
    "#00DB00",
    "#002400"
  ],
  "semanticGroups": [
    "green harmony",
    "cool harmony",
    "jewel tone harmony",
    "green palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Green: 4.09:1",
    "White contrast on Green: 5.14:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/green.json",
    "https://www.colorsencyclopedia.com/api/colors/green.json",
    "https://www.colorsencyclopedia.com/api/hex/008000.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/green/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/green.json",
  "cssSnippet": ":root {\n  --color-green: #008000;\n  --green-complementary-1: #80007F;\n  --green-analogous-1: #408000;\n  --green-analogous-2: #008040;\n  --green-triadic-1: #000080;\n  --green-triadic-2: #800000;\n  --green-tetradic-1: #004080;\n  --green-tetradic-2: #80007F;\n  --green-tetradic-3: #804000;\n  --green-split-complementary-1: #400080;\n  --green-split-complementary-2: #800040;\n  --green-monochromatic-1: #00DB00;\n  --green-monochromatic-2: #008000;\n  --green-monochromatic-3: #002400;\n}\n\n.palette-green-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #008000, #80007F, #408000, #008040, #00DB00, #002400);\n}"
}

CSS Harmony Tokens

Use these tokens when Green needs a complete palette system instead of a single color variable.

:root {
  --color-green: #008000;
  --green-complementary-1: #80007F;
  --green-analogous-1: #408000;
  --green-analogous-2: #008040;
  --green-triadic-1: #000080;
  --green-triadic-2: #800000;
  --green-tetradic-1: #004080;
  --green-tetradic-2: #80007F;
  --green-tetradic-3: #804000;
  --green-split-complementary-1: #400080;
  --green-split-complementary-2: #800040;
  --green-monochromatic-1: #00DB00;
  --green-monochromatic-2: #008000;
  --green-monochromatic-3: #002400;
}

.palette-green-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #008000, #80007F, #408000, #008040, #00DB00, #002400);
}

Green Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorGreen · #008000
#80007F#80007F
Analogous Harmony2 colors · neighboring hue movement

Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorGreen · #008000
#408000#408000
#008040#008040
Triadic Harmony2 colors · three evenly spaced hues

Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorGreen · #008000
Navy Blue#000080
Maroon#800000
Tetradic Harmony3 colors · two complementary pairs

Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorGreen · #008000
#004080#004080
#80007F#80007F
#804000#804000
Split Complementary Harmony2 colors · softened complementary contrast

Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorGreen · #008000
#400080#400080
#800040#800040
Monochromatic Harmony3 colors · same hue, different values

Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorGreen · #008000
#00DB00#00DB00
Green#008000
#002400#002400