Shades of Forest Green #217314
Tints of Forest Green #217314
RGB
CMYK
RGB Variations
Color information
#217314 (or 0x217314) is known color: Forest Green. HEX triplet: 21, 73 and 14. RGB value is (33,115,20). Sum of RGB (Red+Green+Blue) = 33+115+20=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #217314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217314 is #DE8CEB. Grayscale: #4F4F4F. Windows color (decimal): -14585068 or 1340193. OLE color: 1340193.
HSL color Cylindrical-coordinate representation of color #217314: hue angle of 111.79º degrees, saturation: 0.7, 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 #217314 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 20 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.55 |
| HSL | 111.79º | 0.7% | 0.26% | - |
| HSV(B) | 111.79º | 0.83% | 0.45% | - |
| XYZ | 6.88 | 12.64 | 2.74 | - |
| YUV | 79.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 20 | 0.71 | 0 | 0.83 | 0.55 | 111.79 | 0.7 | 0.26 |
| Hex | 21 | 73 | 14 | 47 | 0 | 53 | 37 | 70 | 46 | 1A |
| Octal | 41 | 163 | 24 | 107 | 0 | 123 | 67 | 160 | 106 | 32 |
| Binary | 100001 | 1110011 | 10100 | 1000111 | 0 | 1010011 | 110111 | 1110000 | 1000110 | 11010 |
Color Harmonies of #217314
Complementary color
Monochromatic Colors of #217314
Black with #217314
Text Example
Text Example
White with #217314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217314; }
p { color: rgb(33,115,20); }
H1.HeaderClassName
{
color: #217314;
}
.AnyTagClassName
{
color: #217314;
}
</style>
background-color css
<style>
a { background-color: #217314; }
a { background-color: rgb(33,115,20); }
div.DivClassName
{
background-color: #217314;
}
.BgClassName
{
background-color: #217314;
}
</style>
border-color css
<style>
span { border-color: #217314; }
span { border-color: rgb(33,115,20); }
td.TdClassName
{
border-color: #217314;
}
.TagClassName
{
border-color: #217314;
}
</style>