Shades of Dark Green #001915
Tints of Dark Green #001915
RGB
CMYK
RGB Variations
Color information
#001915 (or 0x001915) is known color: Dark Green. HEX triplet: 00, 19 and 15. RGB value is (0,25,21). Sum of RGB (Red+Green+Blue) = 0+25+21=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 25 (10.16% from 255 or 54.35% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 25 - color contains mainly: green. Hex color #001915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001915 is #FFE6EA. Grayscale: #111111. Windows color (decimal): -16770795 or 1382656. OLE color: 1382656.
HSL color Cylindrical-coordinate representation of color #001915: hue angle of 170.4º 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 #001915 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 21 | - |
| CMYK | 1 | 0 | 0.16 | 0.90 |
| HSL | 170.4º | 1% | 0.05% | - |
| HSV(B) | 170.4º | 1% | 0.1% | - |
| XYZ | 0.48 | 0.75 | 0.83 | - |
| YUV | 17.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 21 | 1 | 0 | 0.16 | 0.90 | 170.4 | 1 | 0.05 |
| Hex | 0 | 19 | 15 | 64 | 0 | 10 | 5A | AA | 64 | 5 |
| Octal | 0 | 31 | 25 | 144 | 0 | 20 | 132 | 252 | 144 | 5 |
| Binary | 0 | 11001 | 10101 | 1100100 | 0 | 10000 | 1011010 | 10101010 | 1100100 | 101 |
Color Harmonies of #001915
Complementary color
Monochromatic Colors of #001915
Black with #001915
Text Example
Text Example
White with #001915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001915; }
p { color: rgb(0,25,21); }
H1.HeaderClassName
{
color: #001915;
}
.AnyTagClassName
{
color: #001915;
}
</style>
background-color css
<style>
a { background-color: #001915; }
a { background-color: rgb(0,25,21); }
div.DivClassName
{
background-color: #001915;
}
.BgClassName
{
background-color: #001915;
}
</style>
border-color css
<style>
span { border-color: #001915; }
span { border-color: rgb(0,25,21); }
td.TdClassName
{
border-color: #001915;
}
.TagClassName
{
border-color: #001915;
}
</style>