Shades of Green #016402
Tints of Green #016402
RGB
CMYK
RGB Variations
Color information
#016402 (or 0x016402) is known color: Green. HEX triplet: 01, 64 and 02. RGB value is (1,100,2). Sum of RGB (Red+Green+Blue) = 1+100+2=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 100 (39.45% from 255 or 97.09% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 100 - color contains mainly: green. Hex color #016402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016402 is #FE9BFD. Grayscale: #3B3B3B. Windows color (decimal): -16686078 or 156673. OLE color: 156673.
HSL color Cylindrical-coordinate representation of color #016402: hue angle of 120.61º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016402 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.61 |
| HSL | 120.61º | 0.98% | 0.2% | - |
| HSV(B) | 120.61º | 0.99% | 0.39% | - |
| XYZ | 4.58 | 9.13 | 1.58 | - |
| YUV | 59.23 | 95.7 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 2 | 0.99 | 0 | 0.98 | 0.61 | 120.61 | 0.98 | 0.2 |
| Hex | 1 | 64 | 2 | 63 | 0 | 62 | 3D | 79 | 62 | 14 |
| Octal | 1 | 144 | 2 | 143 | 0 | 142 | 75 | 171 | 142 | 24 |
| Binary | 1 | 1100100 | 10 | 1100011 | 0 | 1100010 | 111101 | 1111001 | 1100010 | 10100 |
Color Harmonies of #016402
Complementary color
Monochromatic Colors of #016402
Black with #016402
Text Example
Text Example
White with #016402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016402; }
p { color: rgb(1,100,2); }
H1.HeaderClassName
{
color: #016402;
}
.AnyTagClassName
{
color: #016402;
}
</style>
background-color css
<style>
a { background-color: #016402; }
a { background-color: rgb(1,100,2); }
div.DivClassName
{
background-color: #016402;
}
.BgClassName
{
background-color: #016402;
}
</style>
border-color css
<style>
span { border-color: #016402; }
span { border-color: rgb(1,100,2); }
td.TdClassName
{
border-color: #016402;
}
.TagClassName
{
border-color: #016402;
}
</style>