Shades of Forest Green #217112
Tints of Forest Green #217112
RGB
CMYK
RGB Variations
Color information
#217112 (or 0x217112) is known color: Forest Green. HEX triplet: 21, 71 and 12. RGB value is (33,113,18). Sum of RGB (Red+Green+Blue) = 33+113+18=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 113 (44.53% from 255 or 68.90% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 113 - color contains mainly: green. Hex color #217112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217112 is #DE8EED. Grayscale: #4E4E4E. Windows color (decimal): -14585582 or 1208609. OLE color: 1208609.
HSL color Cylindrical-coordinate representation of color #217112: hue angle of 110.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217112 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 113 | 18 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.56 |
| HSL | 110.53º | 0.73% | 0.26% | - |
| HSV(B) | 110.53º | 0.84% | 0.44% | - |
| XYZ | 6.64 | 12.18 | 2.57 | - |
| YUV | 78.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 18 | 0.71 | 0 | 0.84 | 0.56 | 110.53 | 0.73 | 0.26 |
| Hex | 21 | 71 | 12 | 47 | 0 | 54 | 38 | 6F | 49 | 1A |
| Octal | 41 | 161 | 22 | 107 | 0 | 124 | 70 | 157 | 111 | 32 |
| Binary | 100001 | 1110001 | 10010 | 1000111 | 0 | 1010100 | 111000 | 1101111 | 1001001 | 11010 |
Color Harmonies of #217112
Complementary color
Monochromatic Colors of #217112
Black with #217112
Text Example
Text Example
White with #217112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217112; }
p { color: rgb(33,113,18); }
H1.HeaderClassName
{
color: #217112;
}
.AnyTagClassName
{
color: #217112;
}
</style>
background-color css
<style>
a { background-color: #217112; }
a { background-color: rgb(33,113,18); }
div.DivClassName
{
background-color: #217112;
}
.BgClassName
{
background-color: #217112;
}
</style>
border-color css
<style>
span { border-color: #217112; }
span { border-color: rgb(33,113,18); }
td.TdClassName
{
border-color: #217112;
}
.TagClassName
{
border-color: #217112;
}
</style>