Shades of Green #217500
Tints of Green #217500
RGB
CMYK
RGB Variations
Color information
#217500 (or 0x217500) is known color: Green. HEX triplet: 21, 75 and 00. RGB value is (33,117,0). Sum of RGB (Red+Green+Blue) = 33+117+0=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #217500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217500 is #DE8AFF. Grayscale: #4E4E4E. Windows color (decimal): -14584576 or 29985. OLE color: 29985.
HSL color Cylindrical-coordinate representation of color #217500: hue angle of 103.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #217500 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.54 |
| HSL | 103.08º | 1% | 0.23% | - |
| HSV(B) | 103.08º | 1% | 0.46% | - |
| XYZ | 6.99 | 13.05 | 2.15 | - |
| YUV | 78.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 0 | 0.72 | 0 | 1 | 0.54 | 103.08 | 1 | 0.23 |
| Hex | 21 | 75 | 0 | 48 | 0 | 64 | 36 | 67 | 64 | 17 |
| Octal | 41 | 165 | 0 | 110 | 0 | 144 | 66 | 147 | 144 | 27 |
| Binary | 100001 | 1110101 | 0 | 1001000 | 0 | 1100100 | 110110 | 1100111 | 1100100 | 10111 |
Color Harmonies of #217500
Complementary color
Monochromatic Colors of #217500
Black with #217500
Text Example
Text Example
White with #217500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217500; }
p { color: rgb(33,117,0); }
H1.HeaderClassName
{
color: #217500;
}
.AnyTagClassName
{
color: #217500;
}
</style>
background-color css
<style>
a { background-color: #217500; }
a { background-color: rgb(33,117,0); }
div.DivClassName
{
background-color: #217500;
}
.BgClassName
{
background-color: #217500;
}
</style>
border-color css
<style>
span { border-color: #217500; }
span { border-color: rgb(33,117,0); }
td.TdClassName
{
border-color: #217500;
}
.TagClassName
{
border-color: #217500;
}
</style>