Shades of Green #217502
Tints of Green #217502
RGB
CMYK
RGB Variations
Color information
#217502 (or 0x217502) is known color: Green. HEX triplet: 21, 75 and 02. RGB value is (33,117,2). Sum of RGB (Red+Green+Blue) = 33+117+2=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #217502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217502 is #DE8AFD. Grayscale: #4F4F4F. Windows color (decimal): -14584574 or 161057. OLE color: 161057.
HSL color Cylindrical-coordinate representation of color #217502: hue angle of 103.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #217502 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 2 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.54 |
| HSL | 103.83º | 0.97% | 0.23% | - |
| HSV(B) | 103.83º | 0.98% | 0.46% | - |
| XYZ | 7 | 13.05 | 2.21 | - |
| YUV | 78.77 | 84.67 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 2 | 0.72 | 0 | 0.98 | 0.54 | 103.83 | 0.97 | 0.23 |
| Hex | 21 | 75 | 2 | 48 | 0 | 62 | 36 | 68 | 61 | 17 |
| Octal | 41 | 165 | 2 | 110 | 0 | 142 | 66 | 150 | 141 | 27 |
| Binary | 100001 | 1110101 | 10 | 1001000 | 0 | 1100010 | 110110 | 1101000 | 1100001 | 10111 |
Color Harmonies of #217502
Complementary color
Monochromatic Colors of #217502
Black with #217502
Text Example
Text Example
White with #217502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217502; }
p { color: rgb(33,117,2); }
H1.HeaderClassName
{
color: #217502;
}
.AnyTagClassName
{
color: #217502;
}
</style>
background-color css
<style>
a { background-color: #217502; }
a { background-color: rgb(33,117,2); }
div.DivClassName
{
background-color: #217502;
}
.BgClassName
{
background-color: #217502;
}
</style>
border-color css
<style>
span { border-color: #217502; }
span { border-color: rgb(33,117,2); }
td.TdClassName
{
border-color: #217502;
}
.TagClassName
{
border-color: #217502;
}
</style>