Shades of Dark Green #011007
Tints of Dark Green #011007
RGB
CMYK
RGB Variations
Color information
#011007 (or 0x011007) is known color: Dark Green. HEX triplet: 01, 10 and 07. RGB value is (1,16,7). Sum of RGB (Red+Green+Blue) = 1+16+7=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 16 (6.64% from 255 or 66.67% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 16 - color contains mainly: green. Hex color #011007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011007 is #FEEFF8. Grayscale: #0A0A0A. Windows color (decimal): -16707577 or 462849. OLE color: 462849.
HSL color Cylindrical-coordinate representation of color #011007: hue angle of 144º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011007 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 16 | 7 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.94 |
| HSL | 144º | 0.88% | 0.03% | - |
| HSV(B) | 144º | 0.94% | 0.06% | - |
| XYZ | 0.24 | 0.39 | 0.26 | - |
| YUV | 10.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 7 | 0.94 | 0 | 0.56 | 0.94 | 144 | 0.88 | 0.03 |
| Hex | 1 | 10 | 7 | 5E | 0 | 38 | 5E | 90 | 58 | 3 |
| Octal | 1 | 20 | 7 | 136 | 0 | 70 | 136 | 220 | 130 | 3 |
| Binary | 1 | 10000 | 111 | 1011110 | 0 | 111000 | 1011110 | 10010000 | 1011000 | 11 |
Color Harmonies of #011007
Complementary color
Monochromatic Colors of #011007
Black with #011007
Text Example
Text Example
White with #011007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011007; }
p { color: rgb(1,16,7); }
H1.HeaderClassName
{
color: #011007;
}
.AnyTagClassName
{
color: #011007;
}
</style>
background-color css
<style>
a { background-color: #011007; }
a { background-color: rgb(1,16,7); }
div.DivClassName
{
background-color: #011007;
}
.BgClassName
{
background-color: #011007;
}
</style>
border-color css
<style>
span { border-color: #011007; }
span { border-color: rgb(1,16,7); }
td.TdClassName
{
border-color: #011007;
}
.TagClassName
{
border-color: #011007;
}
</style>