Shades of Forest Green #218316
Tints of Forest Green #218316
RGB
CMYK
RGB Variations
Color information
#218316 (or 0x218316) is known color: Forest Green. HEX triplet: 21, 83 and 16. RGB value is (33,131,22). Sum of RGB (Red+Green+Blue) = 33+131+22=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 131 (51.56% from 255 or 70.43% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 131 - color contains mainly: green. Hex color #218316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218316 is #DE7CE9. Grayscale: #595959. Windows color (decimal): -14580970 or 1475361. OLE color: 1475361.
HSL color Cylindrical-coordinate representation of color #218316: hue angle of 113.94º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218316 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 22 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.49 |
| HSL | 113.95º | 0.71% | 0.3% | - |
| HSV(B) | 113.95º | 0.83% | 0.51% | - |
| XYZ | 8.89 | 16.61 | 3.5 | - |
| YUV | 89.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 22 | 0.75 | 0 | 0.83 | 0.49 | 113.95 | 0.71 | 0.3 |
| Hex | 21 | 83 | 16 | 4B | 0 | 53 | 31 | 72 | 47 | 1E |
| Octal | 41 | 203 | 26 | 113 | 0 | 123 | 61 | 162 | 107 | 36 |
| Binary | 100001 | 10000011 | 10110 | 1001011 | 0 | 1010011 | 110001 | 1110010 | 1000111 | 11110 |
Color Harmonies of #218316
Complementary color
Monochromatic Colors of #218316
Black with #218316
Text Example
Text Example
White with #218316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218316; }
p { color: rgb(33,131,22); }
H1.HeaderClassName
{
color: #218316;
}
.AnyTagClassName
{
color: #218316;
}
</style>
background-color css
<style>
a { background-color: #218316; }
a { background-color: rgb(33,131,22); }
div.DivClassName
{
background-color: #218316;
}
.BgClassName
{
background-color: #218316;
}
</style>
border-color css
<style>
span { border-color: #218316; }
span { border-color: rgb(33,131,22); }
td.TdClassName
{
border-color: #218316;
}
.TagClassName
{
border-color: #218316;
}
</style>