Shades of Dark Green #000D04
Tints of Dark Green #000D04
RGB
CMYK
RGB Variations
Color information
#000D04 (or 0x000D04) is known color: Dark Green. HEX triplet: 00, 0D and 04. RGB value is (0,13,4). Sum of RGB (Red+Green+Blue) = 0+13+4=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 13 (5.47% from 255 or 76.47% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 13 - color contains mainly: green. Hex color #000D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D04 is #FFF2FB. Grayscale: #080808. Windows color (decimal): -16773884 or 265472. OLE color: 265472.
HSL color Cylindrical-coordinate representation of color #000D04: hue angle of 138.46º 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 #000D04 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 13 | 4 | - |
| CMYK | 1 | 0 | 0.69 | 0.95 |
| HSL | 138.46º | 1% | 0.03% | - |
| HSV(B) | 138.46º | 1% | 0.05% | - |
| XYZ | 0.17 | 0.3 | 0.16 | - |
| YUV | 8.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 4 | 1 | 0 | 0.69 | 0.95 | 138.46 | 1 | 0.03 |
| Hex | 0 | D | 4 | 64 | 0 | 45 | 5F | 8A | 64 | 3 |
| Octal | 0 | 15 | 4 | 144 | 0 | 105 | 137 | 212 | 144 | 3 |
| Binary | 0 | 1101 | 100 | 1100100 | 0 | 1000101 | 1011111 | 10001010 | 1100100 | 11 |
Color Harmonies of #000D04
Complementary color
Monochromatic Colors of #000D04
Black with #000D04
Text Example
Text Example
White with #000D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D04; }
p { color: rgb(0,13,4); }
H1.HeaderClassName
{
color: #000D04;
}
.AnyTagClassName
{
color: #000D04;
}
</style>
background-color css
<style>
a { background-color: #000D04; }
a { background-color: rgb(0,13,4); }
div.DivClassName
{
background-color: #000D04;
}
.BgClassName
{
background-color: #000D04;
}
</style>
border-color css
<style>
span { border-color: #000D04; }
span { border-color: rgb(0,13,4); }
td.TdClassName
{
border-color: #000D04;
}
.TagClassName
{
border-color: #000D04;
}
</style>