Shades of Forest Green #218521
Tints of Forest Green #218521
RGB
CMYK
RGB Variations
Color information
#218521 (or 0x218521) is known color: Forest Green. HEX triplet: 21, 85 and 21. RGB value is (33,133,33). Sum of RGB (Red+Green+Blue) = 33+133+33=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #218521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218521 is #DE7ADE. Grayscale: #5C5C5C. Windows color (decimal): -14580447 or 2196769. OLE color: 2196769.
HSL color Cylindrical-coordinate representation of color #218521: hue angle of 120º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218521 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 33 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.48 |
| HSL | 120º | 0.6% | 0.33% | - |
| HSV(B) | 120º | 0.75% | 0.52% | - |
| XYZ | 9.29 | 17.21 | 4.27 | - |
| YUV | 91.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 33 | 0.75 | 0 | 0.75 | 0.48 | 120 | 0.6 | 0.33 |
| Hex | 21 | 85 | 21 | 4B | 0 | 4B | 30 | 78 | 3C | 21 |
| Octal | 41 | 205 | 41 | 113 | 0 | 113 | 60 | 170 | 74 | 41 |
| Binary | 100001 | 10000101 | 100001 | 1001011 | 0 | 1001011 | 110000 | 1111000 | 111100 | 100001 |
Color Harmonies of #218521
Complementary color
Monochromatic Colors of #218521
Black with #218521
Text Example
Text Example
White with #218521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218521; }
p { color: rgb(33,133,33); }
H1.HeaderClassName
{
color: #218521;
}
.AnyTagClassName
{
color: #218521;
}
</style>
background-color css
<style>
a { background-color: #218521; }
a { background-color: rgb(33,133,33); }
div.DivClassName
{
background-color: #218521;
}
.BgClassName
{
background-color: #218521;
}
</style>
border-color css
<style>
span { border-color: #218521; }
span { border-color: rgb(33,133,33); }
td.TdClassName
{
border-color: #218521;
}
.TagClassName
{
border-color: #218521;
}
</style>