Shades of Dark Green #000F0B
Tints of Dark Green #000F0B
RGB
CMYK
RGB Variations
Color information
#000F0B (or 0x000F0B) is known color: Dark Green. HEX triplet: 00, 0F and 0B. RGB value is (0,15,11). Sum of RGB (Red+Green+Blue) = 0+15+11=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 15 (6.25% from 255 or 57.69% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 15 - color contains mainly: green. Hex color #000F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F0B is #FFF0F4. Grayscale: #0A0A0A. Windows color (decimal): -16773365 or 724736. OLE color: 724736.
HSL color Cylindrical-coordinate representation of color #000F0B: hue angle of 164º 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 #000F0B is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 15 | 11 | - |
| CMYK | 1 | 0 | 0.27 | 0.94 |
| HSL | 164º | 1% | 0.03% | - |
| HSV(B) | 164º | 1% | 0.06% | - |
| XYZ | 0.23 | 0.37 | 0.38 | - |
| YUV | 10.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 11 | 1 | 0 | 0.27 | 0.94 | 164 | 1 | 0.03 |
| Hex | 0 | F | B | 64 | 0 | 1B | 5E | A4 | 64 | 3 |
| Octal | 0 | 17 | 13 | 144 | 0 | 33 | 136 | 244 | 144 | 3 |
| Binary | 0 | 1111 | 1011 | 1100100 | 0 | 11011 | 1011110 | 10100100 | 1100100 | 11 |
Color Harmonies of #000F0B
Complementary color
Monochromatic Colors of #000F0B
Black with #000F0B
Text Example
Text Example
White with #000F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F0B; }
p { color: rgb(0,15,11); }
H1.HeaderClassName
{
color: #000F0B;
}
.AnyTagClassName
{
color: #000F0B;
}
</style>
background-color css
<style>
a { background-color: #000F0B; }
a { background-color: rgb(0,15,11); }
div.DivClassName
{
background-color: #000F0B;
}
.BgClassName
{
background-color: #000F0B;
}
</style>
border-color css
<style>
span { border-color: #000F0B; }
span { border-color: rgb(0,15,11); }
td.TdClassName
{
border-color: #000F0B;
}
.TagClassName
{
border-color: #000F0B;
}
</style>