Shades of Dark Green #000F0D
Tints of Dark Green #000F0D
RGB
CMYK
RGB Variations
Color information
#000F0D (or 0x000F0D) is known color: Dark Green. HEX triplet: 00, 0F and 0D. RGB value is (0,15,13). Sum of RGB (Red+Green+Blue) = 0+15+13=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #000F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F0D is #FFF0F2. Grayscale: #0A0A0A. Windows color (decimal): -16773363 or 855808. OLE color: 855808.
HSL color Cylindrical-coordinate representation of color #000F0D: hue angle of 172º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F0D is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 15 | 13 | - |
| CMYK | 1 | 0 | 0.13 | 0.94 |
| HSL | 172º | 1% | 0.03% | - |
| HSV(B) | 172º | 1% | 0.06% | - |
| XYZ | 0.24 | 0.37 | 0.44 | - |
| YUV | 10.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 13 | 1 | 0 | 0.13 | 0.94 | 172 | 1 | 0.03 |
| Hex | 0 | F | D | 64 | 0 | D | 5E | AC | 64 | 3 |
| Octal | 0 | 17 | 15 | 144 | 0 | 15 | 136 | 254 | 144 | 3 |
| Binary | 0 | 1111 | 1101 | 1100100 | 0 | 1101 | 1011110 | 10101100 | 1100100 | 11 |
Color Harmonies of #000F0D
Complementary color
Monochromatic Colors of #000F0D
Black with #000F0D
Text Example
Text Example
White with #000F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F0D; }
p { color: rgb(0,15,13); }
H1.HeaderClassName
{
color: #000F0D;
}
.AnyTagClassName
{
color: #000F0D;
}
</style>
background-color css
<style>
a { background-color: #000F0D; }
a { background-color: rgb(0,15,13); }
div.DivClassName
{
background-color: #000F0D;
}
.BgClassName
{
background-color: #000F0D;
}
</style>
border-color css
<style>
span { border-color: #000F0D; }
span { border-color: rgb(0,15,13); }
td.TdClassName
{
border-color: #000F0D;
}
.TagClassName
{
border-color: #000F0D;
}
</style>