Shades of Dark Green #001911
Tints of Dark Green #001911
RGB
CMYK
RGB Variations
Color information
#001911 (or 0x001911) is known color: Dark Green. HEX triplet: 00, 19 and 11. RGB value is (0,25,17). Sum of RGB (Red+Green+Blue) = 0+25+17=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #001911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001911 is #FFE6EE. Grayscale: #101010. Windows color (decimal): -16770799 or 1120512. OLE color: 1120512.
HSL color Cylindrical-coordinate representation of color #001911: hue angle of 160.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001911 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 17 | - |
| CMYK | 1 | 0 | 0.32 | 0.90 |
| HSL | 160.8º | 1% | 0.05% | - |
| HSV(B) | 160.8º | 1% | 0.1% | - |
| XYZ | 0.45 | 0.74 | 0.65 | - |
| YUV | 16.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 17 | 1 | 0 | 0.32 | 0.90 | 160.8 | 1 | 0.05 |
| Hex | 0 | 19 | 11 | 64 | 0 | 20 | 5A | A1 | 64 | 5 |
| Octal | 0 | 31 | 21 | 144 | 0 | 40 | 132 | 241 | 144 | 5 |
| Binary | 0 | 11001 | 10001 | 1100100 | 0 | 100000 | 1011010 | 10100001 | 1100100 | 101 |
Color Harmonies of #001911
Complementary color
Monochromatic Colors of #001911
Black with #001911
Text Example
Text Example
White with #001911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001911; }
p { color: rgb(0,25,17); }
H1.HeaderClassName
{
color: #001911;
}
.AnyTagClassName
{
color: #001911;
}
</style>
background-color css
<style>
a { background-color: #001911; }
a { background-color: rgb(0,25,17); }
div.DivClassName
{
background-color: #001911;
}
.BgClassName
{
background-color: #001911;
}
</style>
border-color css
<style>
span { border-color: #001911; }
span { border-color: rgb(0,25,17); }
td.TdClassName
{
border-color: #001911;
}
.TagClassName
{
border-color: #001911;
}
</style>