Shades of Dark Green #001511
Tints of Dark Green #001511
RGB
CMYK
RGB Variations
Color information
#001511 (or 0x001511) is known color: Dark Green. HEX triplet: 00, 15 and 11. RGB value is (0,21,17). Sum of RGB (Red+Green+Blue) = 0+21+17=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #001511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001511 is #FFEAEE. Grayscale: #0E0E0E. Windows color (decimal): -16771823 or 1119488. OLE color: 1119488.
HSL color Cylindrical-coordinate representation of color #001511: hue angle of 168.57º 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 #001511 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
RGB | 0 | 21 | 17 | - |
CMYK | 1 | 0 | 0.19 | 0.92 |
HSL | 168.57º | 1% | 0.04% | - |
HSV(B) | 168.57º | 1% | 0.08% | - |
XYZ | 0.37 | 0.58 | 0.62 | - |
YUV | 14.27 | 129.54 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 21 | 17 | 1 | 0 | 0.19 | 0.92 | 168.57 | 1 | 0.04 |
Hex | 0 | 15 | 11 | 64 | 0 | 13 | 5C | A9 | 64 | 4 |
Octal | 0 | 25 | 21 | 144 | 0 | 23 | 134 | 251 | 144 | 4 |
Binary | 0 | 10101 | 10001 | 1100100 | 0 | 10011 | 1011100 | 10101001 | 1100100 | 100 |
Color Harmonies of #001511
Complementary color
Monochromatic Colors of #001511
Black with #001511
Text Example
Text Example
White with #001511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001511; }
p { color: rgb(0,21,17); }
H1.HeaderClassName
{
color: #001511;
}
.AnyTagClassName
{
color: #001511;
}
</style>
background-color css
<style>
a { background-color: #001511; }
a { background-color: rgb(0,21,17); }
div.DivClassName
{
background-color: #001511;
}
.BgClassName
{
background-color: #001511;
}
</style>
border-color css
<style>
span { border-color: #001511; }
span { border-color: rgb(0,21,17); }
td.TdClassName
{
border-color: #001511;
}
.TagClassName
{
border-color: #001511;
}
</style>