Shades of Green #217301
Tints of Green #217301
RGB
CMYK
RGB Variations
Color information
#217301 (or 0x217301) is known color: Green. HEX triplet: 21, 73 and 01. RGB value is (33,115,1). Sum of RGB (Red+Green+Blue) = 33+115+1=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #217301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217301 is #DE8CFE. Grayscale: #4D4D4D. Windows color (decimal): -14585087 or 95009. OLE color: 95009.
HSL color Cylindrical-coordinate representation of color #217301: hue angle of 103.16º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #217301 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.55 |
| HSL | 103.16º | 0.98% | 0.23% | - |
| HSV(B) | 103.16º | 0.99% | 0.45% | - |
| XYZ | 6.76 | 12.59 | 2.1 | - |
| YUV | 77.49 | 84.83 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 1 | 0.71 | 0 | 0.99 | 0.55 | 103.16 | 0.98 | 0.23 |
| Hex | 21 | 73 | 1 | 47 | 0 | 63 | 37 | 67 | 62 | 17 |
| Octal | 41 | 163 | 1 | 107 | 0 | 143 | 67 | 147 | 142 | 27 |
| Binary | 100001 | 1110011 | 1 | 1000111 | 0 | 1100011 | 110111 | 1100111 | 1100010 | 10111 |
Color Harmonies of #217301
Complementary color
Monochromatic Colors of #217301
Black with #217301
Text Example
Text Example
White with #217301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217301; }
p { color: rgb(33,115,1); }
H1.HeaderClassName
{
color: #217301;
}
.AnyTagClassName
{
color: #217301;
}
</style>
background-color css
<style>
a { background-color: #217301; }
a { background-color: rgb(33,115,1); }
div.DivClassName
{
background-color: #217301;
}
.BgClassName
{
background-color: #217301;
}
</style>
border-color css
<style>
span { border-color: #217301; }
span { border-color: rgb(33,115,1); }
td.TdClassName
{
border-color: #217301;
}
.TagClassName
{
border-color: #217301;
}
</style>