Shades of Green #217002
Tints of Green #217002
RGB
CMYK
RGB Variations
Color information
#217002 (or 0x217002) is known color: Green. HEX triplet: 21, 70 and 02. RGB value is (33,112,2). Sum of RGB (Red+Green+Blue) = 33+112+2=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #217002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217002 is #DE8FFD. Grayscale: #4C4C4C. Windows color (decimal): -14585854 or 159777. OLE color: 159777.
HSL color Cylindrical-coordinate representation of color #217002: hue angle of 103.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #217002 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 2 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.56 |
| HSL | 103.09º | 0.96% | 0.22% | - |
| HSV(B) | 103.09º | 0.98% | 0.44% | - |
| XYZ | 6.43 | 11.92 | 2.02 | - |
| YUV | 75.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 2 | 0.71 | 0 | 0.98 | 0.56 | 103.09 | 0.96 | 0.22 |
| Hex | 21 | 70 | 2 | 47 | 0 | 62 | 38 | 67 | 60 | 16 |
| Octal | 41 | 160 | 2 | 107 | 0 | 142 | 70 | 147 | 140 | 26 |
| Binary | 100001 | 1110000 | 10 | 1000111 | 0 | 1100010 | 111000 | 1100111 | 1100000 | 10110 |
Color Harmonies of #217002
Complementary color
Monochromatic Colors of #217002
Black with #217002
Text Example
Text Example
White with #217002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217002; }
p { color: rgb(33,112,2); }
H1.HeaderClassName
{
color: #217002;
}
.AnyTagClassName
{
color: #217002;
}
</style>
background-color css
<style>
a { background-color: #217002; }
a { background-color: rgb(33,112,2); }
div.DivClassName
{
background-color: #217002;
}
.BgClassName
{
background-color: #217002;
}
</style>
border-color css
<style>
span { border-color: #217002; }
span { border-color: rgb(33,112,2); }
td.TdClassName
{
border-color: #217002;
}
.TagClassName
{
border-color: #217002;
}
</style>