Shades of Forest Green #218015
Tints of Forest Green #218015
RGB
CMYK
RGB Variations
Color information
#218015 (or 0x218015) is known color: Forest Green. HEX triplet: 21, 80 and 15. RGB value is (33,128,21). Sum of RGB (Red+Green+Blue) = 33+128+21=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #218015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218015 is #DE7FEA. Grayscale: #575757. Windows color (decimal): -14581739 or 1409057. OLE color: 1409057.
HSL color Cylindrical-coordinate representation of color #218015: hue angle of 113.27º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218015 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 21 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.50 |
| HSL | 113.27º | 0.72% | 0.29% | - |
| HSV(B) | 113.27º | 0.84% | 0.5% | - |
| XYZ | 8.48 | 15.82 | 3.32 | - |
| YUV | 87.4 | 90.53 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 21 | 0.74 | 0 | 0.84 | 0.50 | 113.27 | 0.72 | 0.29 |
| Hex | 21 | 80 | 15 | 4A | 0 | 54 | 32 | 71 | 48 | 1D |
| Octal | 41 | 200 | 25 | 112 | 0 | 124 | 62 | 161 | 110 | 35 |
| Binary | 100001 | 10000000 | 10101 | 1001010 | 0 | 1010100 | 110010 | 1110001 | 1001000 | 11101 |
Color Harmonies of #218015
Complementary color
Monochromatic Colors of #218015
Black with #218015
Text Example
Text Example
White with #218015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218015; }
p { color: rgb(33,128,21); }
H1.HeaderClassName
{
color: #218015;
}
.AnyTagClassName
{
color: #218015;
}
</style>
background-color css
<style>
a { background-color: #218015; }
a { background-color: rgb(33,128,21); }
div.DivClassName
{
background-color: #218015;
}
.BgClassName
{
background-color: #218015;
}
</style>
border-color css
<style>
span { border-color: #218015; }
span { border-color: rgb(33,128,21); }
td.TdClassName
{
border-color: #218015;
}
.TagClassName
{
border-color: #218015;
}
</style>