Shades of Green #217305
Tints of Green #217305
RGB
CMYK
RGB Variations
Color information
#217305 (or 0x217305) is known color: Green. HEX triplet: 21, 73 and 05. RGB value is (33,115,5). Sum of RGB (Red+Green+Blue) = 33+115+5=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #217305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217305 is #DE8CFA. Grayscale: #4E4E4E. Windows color (decimal): -14585083 or 357153. OLE color: 357153.
HSL color Cylindrical-coordinate representation of color #217305: hue angle of 104.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #217305 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 5 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.55 |
| HSL | 104.73º | 0.92% | 0.24% | - |
| HSV(B) | 104.73º | 0.96% | 0.45% | - |
| XYZ | 6.79 | 12.6 | 2.22 | - |
| YUV | 77.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 5 | 0.71 | 0 | 0.96 | 0.55 | 104.73 | 0.92 | 0.24 |
| Hex | 21 | 73 | 5 | 47 | 0 | 60 | 37 | 69 | 5C | 18 |
| Octal | 41 | 163 | 5 | 107 | 0 | 140 | 67 | 151 | 134 | 30 |
| Binary | 100001 | 1110011 | 101 | 1000111 | 0 | 1100000 | 110111 | 1101001 | 1011100 | 11000 |
Color Harmonies of #217305
Complementary color
Monochromatic Colors of #217305
Black with #217305
Text Example
Text Example
White with #217305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217305; }
p { color: rgb(33,115,5); }
H1.HeaderClassName
{
color: #217305;
}
.AnyTagClassName
{
color: #217305;
}
</style>
background-color css
<style>
a { background-color: #217305; }
a { background-color: rgb(33,115,5); }
div.DivClassName
{
background-color: #217305;
}
.BgClassName
{
background-color: #217305;
}
</style>
border-color css
<style>
span { border-color: #217305; }
span { border-color: rgb(33,115,5); }
td.TdClassName
{
border-color: #217305;
}
.TagClassName
{
border-color: #217305;
}
</style>