Nearest-color comparison

Forest Green vs Scheele Green

Forest Green and Scheele Green are different green colors with HEX values #228B22 and #478800. According to Colors Encyclopedia, their RGB distance is 50.3, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.

Forest Green and Scheele Green are visually related colors. Scheele Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.

Forest Green#228B22
Scheele Green#478800

Quick Difference Summary

The main measurable differences between Forest Green and Scheele Green across RGB distance, luminance, hue, saturation, and contrast.

RGB distance50.3
Pair contrast1:1
Luminance delta0.0003
Hue delta31 deg
Lighter colorScheele Green
More saturatedScheele Green

Side-by-Side Color Profiles

green color

Forest Green

Forest Green is #228B22, a cool green color with earth tone and jewel tone character. Compared with Scheele Green, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.

HEX#228B22 RGB34, 139, 34 HSL120, 61, 34 CMYK76, 0, 76, 45 Luminance0.1892 Best textblack text

green color

Scheele Green

Scheele Green is #478800, a cool green color with jewel tone character. Compared with Forest Green, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.

HEX#478800 RGB71, 136, 0 HSL89, 100, 27 CMYK48, 0, 100, 47 Luminance0.1895 Best textblack text

When to Use Forest Green or Scheele Green

Choose Forest GreenForest Green is better when the design needs earth tone and jewel tone green character, cool temperature, and the specific HEX value #228B22.
Choose Scheele GreenScheele Green is better when the design needs jewel tone green character, cool temperature, and the specific HEX value #478800.
Use togetherUse these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs.

Technical Comparison Table

PropertyForest GreenScheele Green
HEX#228B22#478800
RGB34, 139, 3471, 136, 0
HSL120, 61, 3489, 100, 27
CMYK76, 0, 76, 4548, 0, 100, 47
FamilyGreenGreen
TemperatureCoolCool
ToneEarth Tone, Jewel ToneJewel Tone
Luminance0.18920.1895
Black contrast4.78:14.79:1
White contrast4.39:14.38:1
Shared tonesJewel Tone

Accessibility and Contrast

Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.

Forest Greenblack text - 4.78:1
Scheele Greenblack text - 4.79:1

Related Palette Strip

A compact visual strip showing the two compared colors with nearby harmony and variant context.

Forest Green#228B22
Scheele Green#478800
#3ACF3A#3ACF3A
#77E600#77E600
#8C228C#8C228C
#43008A#43008A

Machine-readable data

Machine-Readable Forest Green vs Scheele Green Data (JSON)

Structured comparison data for Forest Green and Scheele Green, including color systems, RGB distance, HSL deltas, contrast, accessibility guidance, use cases, and API links.

AI-Ready Dataset v1.0.0
colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Download JSON Open API
Structured sections
Colors
[
  {
    "slug": "forest-green",
    "name": "Forest Green",
    "hex": "#228B22",
    "rgb": [
      34,
      139,
      34
    ],
    "hsl": [
      120,
      61,
      34
    ],
    "cmyk": [
      76,
      0,
      76,
      45
    ],
    "family": "green",
    "temperature": "cool",
    "tone": [
      "earth-tone",
      "jewel-tone"
    ],
    "luminance": 0.1892,
    "contrast": {
      "black": 4.78,
      "white": 4.39
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 4.78
    },
    "description": "Forest Green is #228B22, a cool green color with earth tone and jewel tone character. Compared with Scheele Green, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/forest-green/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/forest-green.json"
  },
  {
    "slug": "scheeles-green",
    "name": "Scheele Green",
    "hex": "#478800",
    "rgb": [
      71,
      136,
      0
    ],
    "hsl": [
      89,
      100,
      27
    ],
    "cmyk": [
      48,
      0,
      100,
      47
    ],
    "family": "green",
    "temperature": "cool",
    "tone": [
      "jewel-tone"
    ],
    "luminance": 0.1895,
    "contrast": {
      "black": 4.79,
      "white": 4.38
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 4.79
    },
    "description": "Scheele Green is #478800, a cool green color with jewel tone character. Compared with Forest Green, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/scheeles-green/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/scheeles-green.json"
  }
]
Differences
{
  "rgbDistance": 50.3,
  "contrastRatio": 1,
  "hslDelta": {
    "hue": 31,
    "saturation": 39,
    "lightness": 7
  },
  "luminanceDelta": 0.0003,
  "sameFamily": true,
  "sameTemperature": true,
  "sharedTones": [
    "jewel-tone"
  ],
  "lighterColor": "Scheele Green",
  "moreSaturatedColor": "Scheele Green"
}
Accessibility
{
  "pairContrastRatio": 1,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Forest Green",
      "background": "#228B22",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 4.78
    },
    {
      "color": "Scheele Green",
      "background": "#478800",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 4.79
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Forest Green is better when the design needs earth tone and jewel tone green character, cool temperature, and the specific HEX value #228B22.",
  "chooseSecondWhen": "Scheele Green is better when the design needs jewel tone green character, cool temperature, and the specific HEX value #478800.",
  "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
}
Related API
[
  "https://www.colorsencyclopedia.com/api/compare/forest-green-vs-scheeles-green.json",
  "https://www.colorsencyclopedia.com/api/colors/forest-green.json",
  "https://www.colorsencyclopedia.com/api/colors/scheeles-green.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "forest-green-vs-scheeles-green",
  "type": "nearest",
  "name": "Forest Green vs Scheele Green",
  "verdict": "Forest Green and Scheele Green are visually related colors. Scheele Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Forest Green and Scheele Green are different green colors with HEX values #228B22 and #478800. According to Colors Encyclopedia, their RGB distance is 50.3, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 50.3,
  "contrastRatio": 1,
  "colors": [
    {
      "slug": "forest-green",
      "name": "Forest Green",
      "hex": "#228B22",
      "rgb": [
        34,
        139,
        34
      ],
      "hsl": [
        120,
        61,
        34
      ],
      "cmyk": [
        76,
        0,
        76,
        45
      ],
      "family": "green",
      "temperature": "cool",
      "tone": [
        "earth-tone",
        "jewel-tone"
      ],
      "luminance": 0.1892,
      "contrast": {
        "black": 4.78,
        "white": 4.39
      },
      "wcag": {
        "AA": [
          "#000000"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 4.78
      },
      "description": "Forest Green is #228B22, a cool green color with earth tone and jewel tone character. Compared with Scheele Green, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/forest-green/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/forest-green.json"
    },
    {
      "slug": "scheeles-green",
      "name": "Scheele Green",
      "hex": "#478800",
      "rgb": [
        71,
        136,
        0
      ],
      "hsl": [
        89,
        100,
        27
      ],
      "cmyk": [
        48,
        0,
        100,
        47
      ],
      "family": "green",
      "temperature": "cool",
      "tone": [
        "jewel-tone"
      ],
      "luminance": 0.1895,
      "contrast": {
        "black": 4.79,
        "white": 4.38
      },
      "wcag": {
        "AA": [
          "#000000"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 4.79
      },
      "description": "Scheele Green is #478800, a cool green color with jewel tone character. Compared with Forest Green, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/scheeles-green/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/scheeles-green.json"
    }
  ],
  "differences": {
    "rgbDistance": 50.3,
    "contrastRatio": 1,
    "hslDelta": {
      "hue": 31,
      "saturation": 39,
      "lightness": 7
    },
    "luminanceDelta": 0.0003,
    "sameFamily": true,
    "sameTemperature": true,
    "sharedTones": [
      "jewel-tone"
    ],
    "lighterColor": "Scheele Green",
    "moreSaturatedColor": "Scheele Green"
  },
  "accessibility": {
    "pairContrastRatio": 1,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Forest Green",
        "background": "#228B22",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 4.78
      },
      {
        "color": "Scheele Green",
        "background": "#478800",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 4.79
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Forest Green is better when the design needs earth tone and jewel tone green character, cool temperature, and the specific HEX value #228B22.",
    "chooseSecondWhen": "Scheele Green is better when the design needs jewel tone green character, cool temperature, and the specific HEX value #478800.",
    "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
  },
  "relatedApi": [
    "https://www.colorsencyclopedia.com/api/compare/forest-green-vs-scheeles-green.json",
    "https://www.colorsencyclopedia.com/api/colors/forest-green.json",
    "https://www.colorsencyclopedia.com/api/colors/scheeles-green.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/forest-green-vs-scheeles-green/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/forest-green-vs-scheeles-green.json"
}