Shades of Dark Green #011107
Tints of Dark Green #011107
RGB
CMYK
RGB Variations
Color information
#011107 (or 0x011107) is known color: Dark Green. HEX triplet: 01, 11 and 07. RGB value is (1,17,7). Sum of RGB (Red+Green+Blue) = 1+17+7=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #011107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011107 is #FEEEF8. Grayscale: #0B0B0B. Windows color (decimal): -16707321 or 463105. OLE color: 463105.
HSL color Cylindrical-coordinate representation of color #011107: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011107 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 17 | 7 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.93 |
| HSL | 142.5º | 0.89% | 0.04% | - |
| HSV(B) | 142.5º | 0.94% | 0.07% | - |
| XYZ | 0.25 | 0.42 | 0.27 | - |
| YUV | 11.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 7 | 0.94 | 0 | 0.59 | 0.93 | 142.5 | 0.89 | 0.04 |
| Hex | 1 | 11 | 7 | 5E | 0 | 3B | 5D | 8E | 59 | 4 |
| Octal | 1 | 21 | 7 | 136 | 0 | 73 | 135 | 216 | 131 | 4 |
| Binary | 1 | 10001 | 111 | 1011110 | 0 | 111011 | 1011101 | 10001110 | 1011001 | 100 |
Color Harmonies of #011107
Complementary color
Monochromatic Colors of #011107
Black with #011107
Text Example
Text Example
White with #011107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011107; }
p { color: rgb(1,17,7); }
H1.HeaderClassName
{
color: #011107;
}
.AnyTagClassName
{
color: #011107;
}
</style>
background-color css
<style>
a { background-color: #011107; }
a { background-color: rgb(1,17,7); }
div.DivClassName
{
background-color: #011107;
}
.BgClassName
{
background-color: #011107;
}
</style>
border-color css
<style>
span { border-color: #011107; }
span { border-color: rgb(1,17,7); }
td.TdClassName
{
border-color: #011107;
}
.TagClassName
{
border-color: #011107;
}
</style>