Shades of Dark Green #000D09
Tints of Dark Green #000D09
RGB
CMYK
RGB Variations
Color information
#000D09 (or 0x000D09) is known color: Dark Green. HEX triplet: 00, 0D and 09. RGB value is (0,13,9). Sum of RGB (Red+Green+Blue) = 0+13+9=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #000D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D09 is #FFF2F6. Grayscale: #080808. Windows color (decimal): -16773879 or 593152. OLE color: 593152.
HSL color Cylindrical-coordinate representation of color #000D09: hue angle of 161.54º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D09 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 13 | 9 | - |
| CMYK | 1 | 0 | 0.31 | 0.95 |
| HSL | 161.54º | 1% | 0.03% | - |
| HSV(B) | 161.54º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.31 | 0.31 | - |
| YUV | 8.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 9 | 1 | 0 | 0.31 | 0.95 | 161.54 | 1 | 0.03 |
| Hex | 0 | D | 9 | 64 | 0 | 1F | 5F | A2 | 64 | 3 |
| Octal | 0 | 15 | 11 | 144 | 0 | 37 | 137 | 242 | 144 | 3 |
| Binary | 0 | 1101 | 1001 | 1100100 | 0 | 11111 | 1011111 | 10100010 | 1100100 | 11 |
Color Harmonies of #000D09
Complementary color
Monochromatic Colors of #000D09
Black with #000D09
Text Example
Text Example
White with #000D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D09; }
p { color: rgb(0,13,9); }
H1.HeaderClassName
{
color: #000D09;
}
.AnyTagClassName
{
color: #000D09;
}
</style>
background-color css
<style>
a { background-color: #000D09; }
a { background-color: rgb(0,13,9); }
div.DivClassName
{
background-color: #000D09;
}
.BgClassName
{
background-color: #000D09;
}
</style>
border-color css
<style>
span { border-color: #000D09; }
span { border-color: rgb(0,13,9); }
td.TdClassName
{
border-color: #000D09;
}
.TagClassName
{
border-color: #000D09;
}
</style>