Shades of Dark Green #001509
Tints of Dark Green #001509
RGB
CMYK
RGB Variations
Color information
#001509 (or 0x001509) is known color: Dark Green. HEX triplet: 00, 15 and 09. RGB value is (0,21,9). Sum of RGB (Red+Green+Blue) = 0+21+9=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #001509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001509 is #FFEAF6. Grayscale: #0D0D0D. Windows color (decimal): -16771831 or 595200. OLE color: 595200.
HSL color Cylindrical-coordinate representation of color #001509: hue angle of 145.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 #001509 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 21 | 9 | - |
| CMYK | 1 | 0 | 0.57 | 0.92 |
| HSL | 145.71º | 1% | 0.04% | - |
| HSV(B) | 145.71º | 1% | 0.08% | - |
| XYZ | 0.32 | 0.56 | 0.35 | - |
| YUV | 13.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 9 | 1 | 0 | 0.57 | 0.92 | 145.71 | 1 | 0.04 |
| Hex | 0 | 15 | 9 | 64 | 0 | 39 | 5C | 92 | 64 | 4 |
| Octal | 0 | 25 | 11 | 144 | 0 | 71 | 134 | 222 | 144 | 4 |
| Binary | 0 | 10101 | 1001 | 1100100 | 0 | 111001 | 1011100 | 10010010 | 1100100 | 100 |
Color Harmonies of #001509
Complementary color
Monochromatic Colors of #001509
Black with #001509
Text Example
Text Example
White with #001509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001509; }
p { color: rgb(0,21,9); }
H1.HeaderClassName
{
color: #001509;
}
.AnyTagClassName
{
color: #001509;
}
</style>
background-color css
<style>
a { background-color: #001509; }
a { background-color: rgb(0,21,9); }
div.DivClassName
{
background-color: #001509;
}
.BgClassName
{
background-color: #001509;
}
</style>
border-color css
<style>
span { border-color: #001509; }
span { border-color: rgb(0,21,9); }
td.TdClassName
{
border-color: #001509;
}
.TagClassName
{
border-color: #001509;
}
</style>