Shades of Green #016F03
Tints of Green #016F03
RGB
CMYK
RGB Variations
Color information
#016F03 (or 0x016F03) is known color: Green. HEX triplet: 01, 6F and 03. RGB value is (1,111,3). Sum of RGB (Red+Green+Blue) = 1+111+3=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 111 (43.75% from 255 or 96.52% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 111 - color contains mainly: green. Hex color #016F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F03 is #FE90FC. Grayscale: #424242. Windows color (decimal): -16683261 or 225025. OLE color: 225025.
HSL color Cylindrical-coordinate representation of color #016F03: hue angle of 121.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F03 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 3 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.56 |
| HSL | 121.09º | 0.98% | 0.22% | - |
| HSV(B) | 121.09º | 0.99% | 0.44% | - |
| XYZ | 5.71 | 11.38 | 1.98 | - |
| YUV | 65.8 | 92.56 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 3 | 0.99 | 0 | 0.97 | 0.56 | 121.09 | 0.98 | 0.22 |
| Hex | 1 | 6F | 3 | 63 | 0 | 61 | 38 | 79 | 62 | 16 |
| Octal | 1 | 157 | 3 | 143 | 0 | 141 | 70 | 171 | 142 | 26 |
| Binary | 1 | 1101111 | 11 | 1100011 | 0 | 1100001 | 111000 | 1111001 | 1100010 | 10110 |
Color Harmonies of #016F03
Complementary color
Monochromatic Colors of #016F03
Black with #016F03
Text Example
Text Example
White with #016F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F03; }
p { color: rgb(1,111,3); }
H1.HeaderClassName
{
color: #016F03;
}
.AnyTagClassName
{
color: #016F03;
}
</style>
background-color css
<style>
a { background-color: #016F03; }
a { background-color: rgb(1,111,3); }
div.DivClassName
{
background-color: #016F03;
}
.BgClassName
{
background-color: #016F03;
}
</style>
border-color css
<style>
span { border-color: #016F03; }
span { border-color: rgb(1,111,3); }
td.TdClassName
{
border-color: #016F03;
}
.TagClassName
{
border-color: #016F03;
}
</style>