Shades of Green #016002
Tints of Green #016002
RGB
CMYK
RGB Variations
Color information
#016002 (or 0x016002) is known color: Green. HEX triplet: 01, 60 and 02. RGB value is (1,96,2). Sum of RGB (Red+Green+Blue) = 1+96+2=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 96 (37.89% from 255 or 96.97% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 96 - color contains mainly: green. Hex color #016002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016002 is #FE9FFD. Grayscale: #393939. Windows color (decimal): -16687102 or 155649. OLE color: 155649.
HSL color Cylindrical-coordinate representation of color #016002: hue angle of 120.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016002 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.62 |
| HSL | 120.63º | 0.98% | 0.19% | - |
| HSV(B) | 120.63º | 0.99% | 0.38% | - |
| XYZ | 4.21 | 8.38 | 1.45 | - |
| YUV | 56.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 2 | 0.99 | 0 | 0.98 | 0.62 | 120.63 | 0.98 | 0.19 |
| Hex | 1 | 60 | 2 | 63 | 0 | 62 | 3E | 79 | 62 | 13 |
| Octal | 1 | 140 | 2 | 143 | 0 | 142 | 76 | 171 | 142 | 23 |
| Binary | 1 | 1100000 | 10 | 1100011 | 0 | 1100010 | 111110 | 1111001 | 1100010 | 10011 |
Color Harmonies of #016002
Complementary color
Monochromatic Colors of #016002
Black with #016002
Text Example
Text Example
White with #016002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016002; }
p { color: rgb(1,96,2); }
H1.HeaderClassName
{
color: #016002;
}
.AnyTagClassName
{
color: #016002;
}
</style>
background-color css
<style>
a { background-color: #016002; }
a { background-color: rgb(1,96,2); }
div.DivClassName
{
background-color: #016002;
}
.BgClassName
{
background-color: #016002;
}
</style>
border-color css
<style>
span { border-color: #016002; }
span { border-color: rgb(1,96,2); }
td.TdClassName
{
border-color: #016002;
}
.TagClassName
{
border-color: #016002;
}
</style>