Shades of Forest Green #217A21
Tints of Forest Green #217A21
RGB
CMYK
RGB Variations
Color information
#217A21 (or 0x217A21) is known color: Forest Green. HEX triplet: 21, 7A and 21. RGB value is (33,122,33). Sum of RGB (Red+Green+Blue) = 33+122+33=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 122 (48.05% from 255 or 64.89% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 122 - color contains mainly: green. Hex color #217A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A21 is #DE85DE. Grayscale: #555555. Windows color (decimal): -14583263 or 2193953. OLE color: 2193953.
HSL color Cylindrical-coordinate representation of color #217A21: hue angle of 120º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A21 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 122 | 33 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.52 |
| HSL | 120º | 0.57% | 0.3% | - |
| HSV(B) | 120º | 0.73% | 0.48% | - |
| XYZ | 7.86 | 14.35 | 3.79 | - |
| YUV | 85.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 33 | 0.73 | 0 | 0.73 | 0.52 | 120 | 0.57 | 0.3 |
| Hex | 21 | 7A | 21 | 49 | 0 | 49 | 34 | 78 | 39 | 1E |
| Octal | 41 | 172 | 41 | 111 | 0 | 111 | 64 | 170 | 71 | 36 |
| Binary | 100001 | 1111010 | 100001 | 1001001 | 0 | 1001001 | 110100 | 1111000 | 111001 | 11110 |
Color Harmonies of #217A21
Complementary color
Monochromatic Colors of #217A21
Black with #217A21
Text Example
Text Example
White with #217A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A21; }
p { color: rgb(33,122,33); }
H1.HeaderClassName
{
color: #217A21;
}
.AnyTagClassName
{
color: #217A21;
}
</style>
background-color css
<style>
a { background-color: #217A21; }
a { background-color: rgb(33,122,33); }
div.DivClassName
{
background-color: #217A21;
}
.BgClassName
{
background-color: #217A21;
}
</style>
border-color css
<style>
span { border-color: #217A21; }
span { border-color: rgb(33,122,33); }
td.TdClassName
{
border-color: #217A21;
}
.TagClassName
{
border-color: #217A21;
}
</style>