Shades of Green #016311
Tints of Green #016311
RGB
CMYK
RGB Variations
Color information
#016311 (or 0x016311) is known color: Green. HEX triplet: 01, 63 and 11. RGB value is (1,99,17). Sum of RGB (Red+Green+Blue) = 1+99+17=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 99 (39.06% from 255 or 84.62% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 99 - color contains mainly: green. Hex color #016311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016311 is #FE9CEE. Grayscale: #3C3C3C. Windows color (decimal): -16686319 or 1139457. OLE color: 1139457.
HSL color Cylindrical-coordinate representation of color #016311: hue angle of 129.8º 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 #016311 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 17 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.61 |
| HSL | 129.8º | 0.98% | 0.2% | - |
| HSV(B) | 129.8º | 0.99% | 0.39% | - |
| XYZ | 4.58 | 8.97 | 2.02 | - |
| YUV | 60.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 17 | 0.99 | 0 | 0.83 | 0.61 | 129.8 | 0.98 | 0.2 |
| Hex | 1 | 63 | 11 | 63 | 0 | 53 | 3D | 82 | 62 | 14 |
| Octal | 1 | 143 | 21 | 143 | 0 | 123 | 75 | 202 | 142 | 24 |
| Binary | 1 | 1100011 | 10001 | 1100011 | 0 | 1010011 | 111101 | 10000010 | 1100010 | 10100 |
Color Harmonies of #016311
Complementary color
Monochromatic Colors of #016311
Black with #016311
Text Example
Text Example
White with #016311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016311; }
p { color: rgb(1,99,17); }
H1.HeaderClassName
{
color: #016311;
}
.AnyTagClassName
{
color: #016311;
}
</style>
background-color css
<style>
a { background-color: #016311; }
a { background-color: rgb(1,99,17); }
div.DivClassName
{
background-color: #016311;
}
.BgClassName
{
background-color: #016311;
}
</style>
border-color css
<style>
span { border-color: #016311; }
span { border-color: rgb(1,99,17); }
td.TdClassName
{
border-color: #016311;
}
.TagClassName
{
border-color: #016311;
}
</style>