Shades of Green #216C02
Tints of Green #216C02
RGB
CMYK
RGB Variations
Color information
#216C02 (or 0x216C02) is known color: Green. HEX triplet: 21, 6C and 02. RGB value is (33,108,2). Sum of RGB (Red+Green+Blue) = 33+108+2=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 108 (42.58% from 255 or 75.52% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 108 - color contains mainly: green. Hex color #216C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216C02 is #DE93FD. Grayscale: #494949. Windows color (decimal): -14586878 or 158753. OLE color: 158753.
HSL color Cylindrical-coordinate representation of color #216C02: hue angle of 102.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #216C02 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 108 | 2 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.58 |
| HSL | 102.45º | 0.96% | 0.22% | - |
| HSV(B) | 102.45º | 0.98% | 0.42% | - |
| XYZ | 6 | 11.05 | 1.87 | - |
| YUV | 73.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 2 | 0.69 | 0 | 0.98 | 0.58 | 102.45 | 0.96 | 0.22 |
| Hex | 21 | 6C | 2 | 45 | 0 | 62 | 3A | 66 | 60 | 16 |
| Octal | 41 | 154 | 2 | 105 | 0 | 142 | 72 | 146 | 140 | 26 |
| Binary | 100001 | 1101100 | 10 | 1000101 | 0 | 1100010 | 111010 | 1100110 | 1100000 | 10110 |
Color Harmonies of #216C02
Complementary color
Monochromatic Colors of #216C02
Black with #216C02
Text Example
Text Example
White with #216C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C02; }
p { color: rgb(33,108,2); }
H1.HeaderClassName
{
color: #216C02;
}
.AnyTagClassName
{
color: #216C02;
}
</style>
background-color css
<style>
a { background-color: #216C02; }
a { background-color: rgb(33,108,2); }
div.DivClassName
{
background-color: #216C02;
}
.BgClassName
{
background-color: #216C02;
}
</style>
border-color css
<style>
span { border-color: #216C02; }
span { border-color: rgb(33,108,2); }
td.TdClassName
{
border-color: #216C02;
}
.TagClassName
{
border-color: #216C02;
}
</style>