Shades of Green #217007
Tints of Green #217007
RGB
CMYK
RGB Variations
Color information
#217007 (or 0x217007) is known color: Green. HEX triplet: 21, 70 and 07. RGB value is (33,112,7). Sum of RGB (Red+Green+Blue) = 33+112+7=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #217007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217007 is #DE8FF8. Grayscale: #4C4C4C. Windows color (decimal): -14585849 or 487457. OLE color: 487457.
HSL color Cylindrical-coordinate representation of color #217007: hue angle of 105.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #217007 is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 7 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.56 |
| HSL | 105.14º | 0.88% | 0.23% | - |
| HSV(B) | 105.14º | 0.94% | 0.44% | - |
| XYZ | 6.46 | 11.93 | 2.16 | - |
| YUV | 76.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 7 | 0.71 | 0 | 0.94 | 0.56 | 105.14 | 0.88 | 0.23 |
| Hex | 21 | 70 | 7 | 47 | 0 | 5E | 38 | 69 | 58 | 17 |
| Octal | 41 | 160 | 7 | 107 | 0 | 136 | 70 | 151 | 130 | 27 |
| Binary | 100001 | 1110000 | 111 | 1000111 | 0 | 1011110 | 111000 | 1101001 | 1011000 | 10111 |
Color Harmonies of #217007
Complementary color
Monochromatic Colors of #217007
Black with #217007
Text Example
Text Example
White with #217007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217007; }
p { color: rgb(33,112,7); }
H1.HeaderClassName
{
color: #217007;
}
.AnyTagClassName
{
color: #217007;
}
</style>
background-color css
<style>
a { background-color: #217007; }
a { background-color: rgb(33,112,7); }
div.DivClassName
{
background-color: #217007;
}
.BgClassName
{
background-color: #217007;
}
</style>
border-color css
<style>
span { border-color: #217007; }
span { border-color: rgb(33,112,7); }
td.TdClassName
{
border-color: #217007;
}
.TagClassName
{
border-color: #217007;
}
</style>