Shades of Forest Green #218508
Tints of Forest Green #218508
RGB
CMYK
RGB Variations
Color information
#218508 (or 0x218508) is known color: Forest Green. HEX triplet: 21, 85 and 08. RGB value is (33,133,8). Sum of RGB (Red+Green+Blue) = 33+133+8=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #218508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218508 is #DE7AF7. Grayscale: #595959. Windows color (decimal): -14580472 or 558369. OLE color: 558369.
HSL color Cylindrical-coordinate representation of color #218508: hue angle of 108º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #218508 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 8 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.48 |
| HSL | 108º | 0.89% | 0.28% | - |
| HSV(B) | 108º | 0.94% | 0.52% | - |
| XYZ | 9.06 | 17.12 | 3.06 | - |
| YUV | 88.85 | 82.37 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 8 | 0.75 | 0 | 0.94 | 0.48 | 108 | 0.89 | 0.28 |
| Hex | 21 | 85 | 8 | 4B | 0 | 5E | 30 | 6C | 59 | 1C |
| Octal | 41 | 205 | 10 | 113 | 0 | 136 | 60 | 154 | 131 | 34 |
| Binary | 100001 | 10000101 | 1000 | 1001011 | 0 | 1011110 | 110000 | 1101100 | 1011001 | 11100 |
Color Harmonies of #218508
Complementary color
Monochromatic Colors of #218508
Black with #218508
Text Example
Text Example
White with #218508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218508; }
p { color: rgb(33,133,8); }
H1.HeaderClassName
{
color: #218508;
}
.AnyTagClassName
{
color: #218508;
}
</style>
background-color css
<style>
a { background-color: #218508; }
a { background-color: rgb(33,133,8); }
div.DivClassName
{
background-color: #218508;
}
.BgClassName
{
background-color: #218508;
}
</style>
border-color css
<style>
span { border-color: #218508; }
span { border-color: rgb(33,133,8); }
td.TdClassName
{
border-color: #218508;
}
.TagClassName
{
border-color: #218508;
}
</style>