Shades of Dark Green #000D0D
Tints of Dark Green #000D0D
RGB
CMYK
RGB Variations
Color information
#000D0D (or 0x000D0D) is known color: Dark Green. HEX triplet: 00, 0D and 0D. RGB value is (0,13,13). Sum of RGB (Red+Green+Blue) = 0+13+13=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 13 (5.47% from 255 or 50% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: green, blue. Hex color #000D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D0D is #FFF2F2. Grayscale: #090909. Windows color (decimal): -16773875 or 855296. OLE color: 855296.
HSL color Cylindrical-coordinate representation of color #000D0D: hue angle of 180º 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 #000D0D is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 13 | 13 | - |
| CMYK | 1 | 0 | 0 | 0.95 |
| HSL | 180º | 1% | 0.03% | - |
| HSV(B) | 180º | 1% | 0.05% | - |
| XYZ | 0.22 | 0.32 | 0.43 | - |
| YUV | 9.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 13 | 1 | 0 | 0 | 0.95 | 180 | 1 | 0.03 |
| Hex | 0 | D | D | 64 | 0 | 0 | 5F | B4 | 64 | 3 |
| Octal | 0 | 15 | 15 | 144 | 0 | 0 | 137 | 264 | 144 | 3 |
| Binary | 0 | 1101 | 1101 | 1100100 | 0 | 0 | 1011111 | 10110100 | 1100100 | 11 |
Color Harmonies of #000D0D
Complementary color
Monochromatic Colors of #000D0D
Black with #000D0D
Text Example
Text Example
White with #000D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D0D; }
p { color: rgb(0,13,13); }
H1.HeaderClassName
{
color: #000D0D;
}
.AnyTagClassName
{
color: #000D0D;
}
</style>
background-color css
<style>
a { background-color: #000D0D; }
a { background-color: rgb(0,13,13); }
div.DivClassName
{
background-color: #000D0D;
}
.BgClassName
{
background-color: #000D0D;
}
</style>
border-color css
<style>
span { border-color: #000D0D; }
span { border-color: rgb(0,13,13); }
td.TdClassName
{
border-color: #000D0D;
}
.TagClassName
{
border-color: #000D0D;
}
</style>