Shades of Green #016313
Tints of Green #016313
RGB
CMYK
RGB Variations
Color information
#016313 (or 0x016313) is known color: Green. HEX triplet: 01, 63 and 13. RGB value is (1,99,19). Sum of RGB (Red+Green+Blue) = 1+99+19=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 99 (39.06% from 255 or 83.19% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 99 - color contains mainly: green. Hex color #016313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016313 is #FE9CEC. Grayscale: #3C3C3C. Windows color (decimal): -16686317 or 1270529. OLE color: 1270529.
HSL color Cylindrical-coordinate representation of color #016313: hue angle of 131.02º 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 #016313 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 19 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.61 |
| HSL | 131.02º | 0.98% | 0.2% | - |
| HSV(B) | 131.02º | 0.99% | 0.39% | - |
| XYZ | 4.59 | 8.98 | 2.11 | - |
| YUV | 60.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 19 | 0.99 | 0 | 0.81 | 0.61 | 131.02 | 0.98 | 0.2 |
| Hex | 1 | 63 | 13 | 63 | 0 | 51 | 3D | 83 | 62 | 14 |
| Octal | 1 | 143 | 23 | 143 | 0 | 121 | 75 | 203 | 142 | 24 |
| Binary | 1 | 1100011 | 10011 | 1100011 | 0 | 1010001 | 111101 | 10000011 | 1100010 | 10100 |
Color Harmonies of #016313
Complementary color
Monochromatic Colors of #016313
Black with #016313
Text Example
Text Example
White with #016313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016313; }
p { color: rgb(1,99,19); }
H1.HeaderClassName
{
color: #016313;
}
.AnyTagClassName
{
color: #016313;
}
</style>
background-color css
<style>
a { background-color: #016313; }
a { background-color: rgb(1,99,19); }
div.DivClassName
{
background-color: #016313;
}
.BgClassName
{
background-color: #016313;
}
</style>
border-color css
<style>
span { border-color: #016313; }
span { border-color: rgb(1,99,19); }
td.TdClassName
{
border-color: #016313;
}
.TagClassName
{
border-color: #016313;
}
</style>