Shades of Dark Green #001514
Tints of Dark Green #001514
RGB
CMYK
RGB Variations
Color information
#001514 (or 0x001514) is known color: Dark Green. HEX triplet: 00, 15 and 14. RGB value is (0,21,20). Sum of RGB (Red+Green+Blue) = 0+21+20=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #001514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001514 is #FFEAEB. Grayscale: #0E0E0E. Windows color (decimal): -16771820 or 1316096. OLE color: 1316096.
HSL color Cylindrical-coordinate representation of color #001514: hue angle of 177.14º 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 #001514 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 21 | 20 | - |
| CMYK | 1 | 0 | 0.05 | 0.92 |
| HSL | 177.14º | 1% | 0.04% | - |
| HSV(B) | 177.14º | 1% | 0.08% | - |
| XYZ | 0.39 | 0.59 | 0.75 | - |
| YUV | 14.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 20 | 1 | 0 | 0.05 | 0.92 | 177.14 | 1 | 0.04 |
| Hex | 0 | 15 | 14 | 64 | 0 | 5 | 5C | B1 | 64 | 4 |
| Octal | 0 | 25 | 24 | 144 | 0 | 5 | 134 | 261 | 144 | 4 |
| Binary | 0 | 10101 | 10100 | 1100100 | 0 | 101 | 1011100 | 10110001 | 1100100 | 100 |
Color Harmonies of #001514
Complementary color
Monochromatic Colors of #001514
Black with #001514
Text Example
Text Example
White with #001514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001514; }
p { color: rgb(0,21,20); }
H1.HeaderClassName
{
color: #001514;
}
.AnyTagClassName
{
color: #001514;
}
</style>
background-color css
<style>
a { background-color: #001514; }
a { background-color: rgb(0,21,20); }
div.DivClassName
{
background-color: #001514;
}
.BgClassName
{
background-color: #001514;
}
</style>
border-color css
<style>
span { border-color: #001514; }
span { border-color: rgb(0,21,20); }
td.TdClassName
{
border-color: #001514;
}
.TagClassName
{
border-color: #001514;
}
</style>