Shades of Dark Green #001615
Tints of Dark Green #001615
RGB
CMYK
RGB Variations
Color information
#001615 (or 0x001615) is known color: Dark Green. HEX triplet: 00, 16 and 15. RGB value is (0,22,21). Sum of RGB (Red+Green+Blue) = 0+22+21=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #001615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001615 is #FFE9EA. Grayscale: #0F0F0F. Windows color (decimal): -16771563 or 1381888. OLE color: 1381888.
HSL color Cylindrical-coordinate representation of color #001615: hue angle of 177.27º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001615 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 22 | 21 | - |
| CMYK | 1 | 0 | 0.05 | 0.91 |
| HSL | 177.27º | 1% | 0.04% | - |
| HSV(B) | 177.27º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.63 | 0.81 | - |
| YUV | 15.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 21 | 1 | 0 | 0.05 | 0.91 | 177.27 | 1 | 0.04 |
| Hex | 0 | 16 | 15 | 64 | 0 | 5 | 5B | B1 | 64 | 4 |
| Octal | 0 | 26 | 25 | 144 | 0 | 5 | 133 | 261 | 144 | 4 |
| Binary | 0 | 10110 | 10101 | 1100100 | 0 | 101 | 1011011 | 10110001 | 1100100 | 100 |
Color Harmonies of #001615
Complementary color
Monochromatic Colors of #001615
Black with #001615
Text Example
Text Example
White with #001615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001615; }
p { color: rgb(0,22,21); }
H1.HeaderClassName
{
color: #001615;
}
.AnyTagClassName
{
color: #001615;
}
</style>
background-color css
<style>
a { background-color: #001615; }
a { background-color: rgb(0,22,21); }
div.DivClassName
{
background-color: #001615;
}
.BgClassName
{
background-color: #001615;
}
</style>
border-color css
<style>
span { border-color: #001615; }
span { border-color: rgb(0,22,21); }
td.TdClassName
{
border-color: #001615;
}
.TagClassName
{
border-color: #001615;
}
</style>