Shades of Green #016803
Tints of Green #016803
RGB
CMYK
RGB Variations
Color information
#016803 (or 0x016803) is known color: Green. HEX triplet: 01, 68 and 03. RGB value is (1,104,3). Sum of RGB (Red+Green+Blue) = 1+104+3=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 104 (41.02% from 255 or 96.30% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 104 - color contains mainly: green. Hex color #016803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016803 is #FE97FC. Grayscale: #3D3D3D. Windows color (decimal): -16685053 or 223233. OLE color: 223233.
HSL color Cylindrical-coordinate representation of color #016803: hue angle of 121.17º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016803 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 3 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.59 |
| HSL | 121.17º | 0.98% | 0.21% | - |
| HSV(B) | 121.17º | 0.99% | 0.41% | - |
| XYZ | 4.98 | 9.91 | 1.74 | - |
| YUV | 61.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 3 | 0.99 | 0 | 0.97 | 0.59 | 121.17 | 0.98 | 0.21 |
| Hex | 1 | 68 | 3 | 63 | 0 | 61 | 3B | 79 | 62 | 15 |
| Octal | 1 | 150 | 3 | 143 | 0 | 141 | 73 | 171 | 142 | 25 |
| Binary | 1 | 1101000 | 11 | 1100011 | 0 | 1100001 | 111011 | 1111001 | 1100010 | 10101 |
Color Harmonies of #016803
Complementary color
Monochromatic Colors of #016803
Black with #016803
Text Example
Text Example
White with #016803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016803; }
p { color: rgb(1,104,3); }
H1.HeaderClassName
{
color: #016803;
}
.AnyTagClassName
{
color: #016803;
}
</style>
background-color css
<style>
a { background-color: #016803; }
a { background-color: rgb(1,104,3); }
div.DivClassName
{
background-color: #016803;
}
.BgClassName
{
background-color: #016803;
}
</style>
border-color css
<style>
span { border-color: #016803; }
span { border-color: rgb(1,104,3); }
td.TdClassName
{
border-color: #016803;
}
.TagClassName
{
border-color: #016803;
}
</style>