Shades of Green #01640F
Tints of Green #01640F
RGB
CMYK
RGB Variations
Color information
#01640F (or 0x01640F) is known color: Green. HEX triplet: 01, 64 and 0F. RGB value is (1,100,15). Sum of RGB (Red+Green+Blue) = 1+100+15=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 100 (39.45% from 255 or 86.21% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 100 - color contains mainly: green. Hex color #01640F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01640F is #FE9BF0. Grayscale: #3C3C3C. Windows color (decimal): -16686065 or 1008641. OLE color: 1008641.
HSL color Cylindrical-coordinate representation of color #01640F: hue angle of 128.48º 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 #01640F is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 15 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.61 |
| HSL | 128.48º | 0.98% | 0.2% | - |
| HSV(B) | 128.48º | 0.99% | 0.39% | - |
| XYZ | 4.66 | 9.16 | 1.97 | - |
| YUV | 60.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 15 | 0.99 | 0 | 0.85 | 0.61 | 128.48 | 0.98 | 0.2 |
| Hex | 1 | 64 | F | 63 | 0 | 55 | 3D | 80 | 62 | 14 |
| Octal | 1 | 144 | 17 | 143 | 0 | 125 | 75 | 200 | 142 | 24 |
| Binary | 1 | 1100100 | 1111 | 1100011 | 0 | 1010101 | 111101 | 10000000 | 1100010 | 10100 |
Color Harmonies of #01640F
Complementary color
Monochromatic Colors of #01640F
Black with #01640F
Text Example
Text Example
White with #01640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01640F; }
p { color: rgb(1,100,15); }
H1.HeaderClassName
{
color: #01640F;
}
.AnyTagClassName
{
color: #01640F;
}
</style>
background-color css
<style>
a { background-color: #01640F; }
a { background-color: rgb(1,100,15); }
div.DivClassName
{
background-color: #01640F;
}
.BgClassName
{
background-color: #01640F;
}
</style>
border-color css
<style>
span { border-color: #01640F; }
span { border-color: rgb(1,100,15); }
td.TdClassName
{
border-color: #01640F;
}
.TagClassName
{
border-color: #01640F;
}
</style>