Shades of Dark Green #000F0E
Tints of Dark Green #000F0E
RGB
CMYK
RGB Variations
Color information
#000F0E (or 0x000F0E) is known color: Dark Green. HEX triplet: 00, 0F and 0E. RGB value is (0,15,14). Sum of RGB (Red+Green+Blue) = 0+15+14=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 14 (5.86% from 255 or 48.28% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #000F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F0E is #FFF0F1. Grayscale: #0A0A0A. Windows color (decimal): -16773362 or 921344. OLE color: 921344.
HSL color Cylindrical-coordinate representation of color #000F0E: hue angle of 176º 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 #000F0E is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 15 | 14 | - |
| CMYK | 1 | 0 | 0.07 | 0.94 |
| HSL | 176º | 1% | 0.03% | - |
| HSV(B) | 176º | 1% | 0.06% | - |
| XYZ | 0.25 | 0.37 | 0.47 | - |
| YUV | 10.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 14 | 1 | 0 | 0.07 | 0.94 | 176 | 1 | 0.03 |
| Hex | 0 | F | E | 64 | 0 | 7 | 5E | B0 | 64 | 3 |
| Octal | 0 | 17 | 16 | 144 | 0 | 7 | 136 | 260 | 144 | 3 |
| Binary | 0 | 1111 | 1110 | 1100100 | 0 | 111 | 1011110 | 10110000 | 1100100 | 11 |
Color Harmonies of #000F0E
Complementary color
Monochromatic Colors of #000F0E
Black with #000F0E
Text Example
Text Example
White with #000F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F0E; }
p { color: rgb(0,15,14); }
H1.HeaderClassName
{
color: #000F0E;
}
.AnyTagClassName
{
color: #000F0E;
}
</style>
background-color css
<style>
a { background-color: #000F0E; }
a { background-color: rgb(0,15,14); }
div.DivClassName
{
background-color: #000F0E;
}
.BgClassName
{
background-color: #000F0E;
}
</style>
border-color css
<style>
span { border-color: #000F0E; }
span { border-color: rgb(0,15,14); }
td.TdClassName
{
border-color: #000F0E;
}
.TagClassName
{
border-color: #000F0E;
}
</style>