Shades of Dark Green #001510
Tints of Dark Green #001510
RGB
CMYK
RGB Variations
Color information
#001510 (or 0x001510) is known color: Dark Green. HEX triplet: 00, 15 and 10. RGB value is (0,21,16). Sum of RGB (Red+Green+Blue) = 0+21+16=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #001510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001510 is #FFEAEF. Grayscale: #0E0E0E. Windows color (decimal): -16771824 or 1053952. OLE color: 1053952.
HSL color Cylindrical-coordinate representation of color #001510: hue angle of 165.71º 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 #001510 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 21 | 16 | - |
| CMYK | 1 | 0 | 0.24 | 0.92 |
| HSL | 165.71º | 1% | 0.04% | - |
| HSV(B) | 165.71º | 1% | 0.08% | - |
| XYZ | 0.36 | 0.57 | 0.58 | - |
| YUV | 14.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 16 | 1 | 0 | 0.24 | 0.92 | 165.71 | 1 | 0.04 |
| Hex | 0 | 15 | 10 | 64 | 0 | 18 | 5C | A6 | 64 | 4 |
| Octal | 0 | 25 | 20 | 144 | 0 | 30 | 134 | 246 | 144 | 4 |
| Binary | 0 | 10101 | 10000 | 1100100 | 0 | 11000 | 1011100 | 10100110 | 1100100 | 100 |
Color Harmonies of #001510
Complementary color
Monochromatic Colors of #001510
Black with #001510
Text Example
Text Example
White with #001510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001510; }
p { color: rgb(0,21,16); }
H1.HeaderClassName
{
color: #001510;
}
.AnyTagClassName
{
color: #001510;
}
</style>
background-color css
<style>
a { background-color: #001510; }
a { background-color: rgb(0,21,16); }
div.DivClassName
{
background-color: #001510;
}
.BgClassName
{
background-color: #001510;
}
</style>
border-color css
<style>
span { border-color: #001510; }
span { border-color: rgb(0,21,16); }
td.TdClassName
{
border-color: #001510;
}
.TagClassName
{
border-color: #001510;
}
</style>