Shades of Dark Green #001107
Tints of Dark Green #001107
RGB
CMYK
RGB Variations
Color information
#001107 (or 0x001107) is known color: Dark Green. HEX triplet: 00, 11 and 07. RGB value is (0,17,7). Sum of RGB (Red+Green+Blue) = 0+17+7=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #001107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001107 is #FFEEF8. Grayscale: #0A0A0A. Windows color (decimal): -16772857 or 463104. OLE color: 463104.
HSL color Cylindrical-coordinate representation of color #001107: hue angle of 144.71º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001107 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 17 | 7 | - |
| CMYK | 1 | 0 | 0.59 | 0.93 |
| HSL | 144.71º | 1% | 0.03% | - |
| HSV(B) | 144.71º | 1% | 0.07% | - |
| XYZ | 0.24 | 0.42 | 0.27 | - |
| YUV | 10.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 7 | 1 | 0 | 0.59 | 0.93 | 144.71 | 1 | 0.03 |
| Hex | 0 | 11 | 7 | 64 | 0 | 3B | 5D | 91 | 64 | 3 |
| Octal | 0 | 21 | 7 | 144 | 0 | 73 | 135 | 221 | 144 | 3 |
| Binary | 0 | 10001 | 111 | 1100100 | 0 | 111011 | 1011101 | 10010001 | 1100100 | 11 |
Color Harmonies of #001107
Complementary color
Monochromatic Colors of #001107
Black with #001107
Text Example
Text Example
White with #001107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001107; }
p { color: rgb(0,17,7); }
H1.HeaderClassName
{
color: #001107;
}
.AnyTagClassName
{
color: #001107;
}
</style>
background-color css
<style>
a { background-color: #001107; }
a { background-color: rgb(0,17,7); }
div.DivClassName
{
background-color: #001107;
}
.BgClassName
{
background-color: #001107;
}
</style>
border-color css
<style>
span { border-color: #001107; }
span { border-color: rgb(0,17,7); }
td.TdClassName
{
border-color: #001107;
}
.TagClassName
{
border-color: #001107;
}
</style>