Shades of Green #01640C
Tints of Green #01640C
RGB
CMYK
RGB Variations
Color information
#01640C (or 0x01640C) is known color: Green. HEX triplet: 01, 64 and 0C. RGB value is (1,100,12). Sum of RGB (Red+Green+Blue) = 1+100+12=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 100 (39.45% from 255 or 88.50% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 100 - color contains mainly: green. Hex color #01640C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01640C is #FE9BF3. Grayscale: #3C3C3C. Windows color (decimal): -16686068 or 812033. OLE color: 812033.
HSL color Cylindrical-coordinate representation of color #01640C: hue angle of 126.67º 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 #01640C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 12 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.61 |
| HSL | 126.67º | 0.98% | 0.2% | - |
| HSV(B) | 126.67º | 0.99% | 0.39% | - |
| XYZ | 4.64 | 9.15 | 1.87 | - |
| YUV | 60.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 12 | 0.99 | 0 | 0.88 | 0.61 | 126.67 | 0.98 | 0.2 |
| Hex | 1 | 64 | C | 63 | 0 | 58 | 3D | 7F | 62 | 14 |
| Octal | 1 | 144 | 14 | 143 | 0 | 130 | 75 | 177 | 142 | 24 |
| Binary | 1 | 1100100 | 1100 | 1100011 | 0 | 1011000 | 111101 | 1111111 | 1100010 | 10100 |
Color Harmonies of #01640C
Complementary color
Monochromatic Colors of #01640C
Black with #01640C
Text Example
Text Example
White with #01640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01640C; }
p { color: rgb(1,100,12); }
H1.HeaderClassName
{
color: #01640C;
}
.AnyTagClassName
{
color: #01640C;
}
</style>
background-color css
<style>
a { background-color: #01640C; }
a { background-color: rgb(1,100,12); }
div.DivClassName
{
background-color: #01640C;
}
.BgClassName
{
background-color: #01640C;
}
</style>
border-color css
<style>
span { border-color: #01640C; }
span { border-color: rgb(1,100,12); }
td.TdClassName
{
border-color: #01640C;
}
.TagClassName
{
border-color: #01640C;
}
</style>