Shades of Dark Green #001411
Tints of Dark Green #001411
RGB
CMYK
RGB Variations
Color information
#001411 (or 0x001411) is known color: Dark Green. HEX triplet: 00, 14 and 11. RGB value is (0,20,17). Sum of RGB (Red+Green+Blue) = 0+20+17=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #001411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001411 is #FFEBEE. Grayscale: #0D0D0D. Windows color (decimal): -16772079 or 1119232. OLE color: 1119232.
HSL color Cylindrical-coordinate representation of color #001411: hue angle of 171º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001411 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 17 | - |
| CMYK | 1 | 0 | 0.15 | 0.92 |
| HSL | 171º | 1% | 0.04% | - |
| HSV(B) | 171º | 1% | 0.08% | - |
| XYZ | 0.35 | 0.54 | 0.62 | - |
| YUV | 13.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 17 | 1 | 0 | 0.15 | 0.92 | 171 | 1 | 0.04 |
| Hex | 0 | 14 | 11 | 64 | 0 | F | 5C | AB | 64 | 4 |
| Octal | 0 | 24 | 21 | 144 | 0 | 17 | 134 | 253 | 144 | 4 |
| Binary | 0 | 10100 | 10001 | 1100100 | 0 | 1111 | 1011100 | 10101011 | 1100100 | 100 |
Color Harmonies of #001411
Complementary color
Monochromatic Colors of #001411
Black with #001411
Text Example
Text Example
White with #001411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001411; }
p { color: rgb(0,20,17); }
H1.HeaderClassName
{
color: #001411;
}
.AnyTagClassName
{
color: #001411;
}
</style>
background-color css
<style>
a { background-color: #001411; }
a { background-color: rgb(0,20,17); }
div.DivClassName
{
background-color: #001411;
}
.BgClassName
{
background-color: #001411;
}
</style>
border-color css
<style>
span { border-color: #001411; }
span { border-color: rgb(0,20,17); }
td.TdClassName
{
border-color: #001411;
}
.TagClassName
{
border-color: #001411;
}
</style>