Shades of Forest Green #217313
Tints of Forest Green #217313
RGB
CMYK
RGB Variations
Color information
#217313 (or 0x217313) is known color: Forest Green. HEX triplet: 21, 73 and 13. RGB value is (33,115,19). Sum of RGB (Red+Green+Blue) = 33+115+19=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #217313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217313 is #DE8CEC. Grayscale: #4F4F4F. Windows color (decimal): -14585069 or 1274657. OLE color: 1274657.
HSL color Cylindrical-coordinate representation of color #217313: hue angle of 111.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217313 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 19 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.55 |
| HSL | 111.25º | 0.72% | 0.26% | - |
| HSV(B) | 111.25º | 0.83% | 0.45% | - |
| XYZ | 6.88 | 12.63 | 2.69 | - |
| YUV | 79.54 | 93.83 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 19 | 0.71 | 0 | 0.83 | 0.55 | 111.25 | 0.72 | 0.26 |
| Hex | 21 | 73 | 13 | 47 | 0 | 53 | 37 | 6F | 48 | 1A |
| Octal | 41 | 163 | 23 | 107 | 0 | 123 | 67 | 157 | 110 | 32 |
| Binary | 100001 | 1110011 | 10011 | 1000111 | 0 | 1010011 | 110111 | 1101111 | 1001000 | 11010 |
Color Harmonies of #217313
Complementary color
Monochromatic Colors of #217313
Black with #217313
Text Example
Text Example
White with #217313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217313; }
p { color: rgb(33,115,19); }
H1.HeaderClassName
{
color: #217313;
}
.AnyTagClassName
{
color: #217313;
}
</style>
background-color css
<style>
a { background-color: #217313; }
a { background-color: rgb(33,115,19); }
div.DivClassName
{
background-color: #217313;
}
.BgClassName
{
background-color: #217313;
}
</style>
border-color css
<style>
span { border-color: #217313; }
span { border-color: rgb(33,115,19); }
td.TdClassName
{
border-color: #217313;
}
.TagClassName
{
border-color: #217313;
}
</style>