Shades of Dark Green #001104
Tints of Dark Green #001104
RGB
CMYK
RGB Variations
Color information
#001104 (or 0x001104) is known color: Dark Green. HEX triplet: 00, 11 and 04. RGB value is (0,17,4). Sum of RGB (Red+Green+Blue) = 0+17+4=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 17 (7.03% from 255 or 80.95% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 17 - color contains mainly: green. Hex color #001104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001104 is #FFEEFB. Grayscale: #0A0A0A. Windows color (decimal): -16772860 or 266496. OLE color: 266496.
HSL color Cylindrical-coordinate representation of color #001104: hue angle of 134.12º 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 #001104 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 17 | 4 | - |
| CMYK | 1 | 0 | 0.76 | 0.93 |
| HSL | 134.12º | 1% | 0.03% | - |
| HSV(B) | 134.12º | 1% | 0.07% | - |
| XYZ | 0.22 | 0.41 | 0.18 | - |
| YUV | 10.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 4 | 1 | 0 | 0.76 | 0.93 | 134.12 | 1 | 0.03 |
| Hex | 0 | 11 | 4 | 64 | 0 | 4C | 5D | 86 | 64 | 3 |
| Octal | 0 | 21 | 4 | 144 | 0 | 114 | 135 | 206 | 144 | 3 |
| Binary | 0 | 10001 | 100 | 1100100 | 0 | 1001100 | 1011101 | 10000110 | 1100100 | 11 |
Color Harmonies of #001104
Complementary color
Monochromatic Colors of #001104
Black with #001104
Text Example
Text Example
White with #001104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001104; }
p { color: rgb(0,17,4); }
H1.HeaderClassName
{
color: #001104;
}
.AnyTagClassName
{
color: #001104;
}
</style>
background-color css
<style>
a { background-color: #001104; }
a { background-color: rgb(0,17,4); }
div.DivClassName
{
background-color: #001104;
}
.BgClassName
{
background-color: #001104;
}
</style>
border-color css
<style>
span { border-color: #001104; }
span { border-color: rgb(0,17,4); }
td.TdClassName
{
border-color: #001104;
}
.TagClassName
{
border-color: #001104;
}
</style>