Shades of Green #217C02
Tints of Green #217C02
RGB
CMYK
RGB Variations
Color information
#217C02 (or 0x217C02) is known color: Green. HEX triplet: 21, 7C and 02. RGB value is (33,124,2). Sum of RGB (Red+Green+Blue) = 33+124+2=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 124 (48.83% from 255 or 77.99% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 124 - color contains mainly: green. Hex color #217C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217C02 is #DE83FD. Grayscale: #535353. Windows color (decimal): -14582782 or 162849. OLE color: 162849.
HSL color Cylindrical-coordinate representation of color #217C02: hue angle of 104.75º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #217C02 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 2 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.51 |
| HSL | 104.75º | 0.97% | 0.25% | - |
| HSV(B) | 104.75º | 0.98% | 0.49% | - |
| XYZ | 7.85 | 14.74 | 2.49 | - |
| YUV | 82.88 | 82.35 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 2 | 0.73 | 0 | 0.98 | 0.51 | 104.75 | 0.97 | 0.25 |
| Hex | 21 | 7C | 2 | 49 | 0 | 62 | 33 | 69 | 61 | 19 |
| Octal | 41 | 174 | 2 | 111 | 0 | 142 | 63 | 151 | 141 | 31 |
| Binary | 100001 | 1111100 | 10 | 1001001 | 0 | 1100010 | 110011 | 1101001 | 1100001 | 11001 |
Color Harmonies of #217C02
Complementary color
Monochromatic Colors of #217C02
Black with #217C02
Text Example
Text Example
White with #217C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C02; }
p { color: rgb(33,124,2); }
H1.HeaderClassName
{
color: #217C02;
}
.AnyTagClassName
{
color: #217C02;
}
</style>
background-color css
<style>
a { background-color: #217C02; }
a { background-color: rgb(33,124,2); }
div.DivClassName
{
background-color: #217C02;
}
.BgClassName
{
background-color: #217C02;
}
</style>
border-color css
<style>
span { border-color: #217C02; }
span { border-color: rgb(33,124,2); }
td.TdClassName
{
border-color: #217C02;
}
.TagClassName
{
border-color: #217C02;
}
</style>