Shades of Dark Green #000F07
Tints of Dark Green #000F07
RGB
CMYK
RGB Variations
Color information
#000F07 (or 0x000F07) is known color: Dark Green. HEX triplet: 00, 0F and 07. RGB value is (0,15,7). Sum of RGB (Red+Green+Blue) = 0+15+7=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 15 (6.25% from 255 or 68.18% from 22); Blue value is 7 (3.12% from 255 or 31.82% from 22); Max value from RGB is 15 - color contains mainly: green. Hex color #000F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F07 is #FFF0F8. Grayscale: #090909. Windows color (decimal): -16773369 or 462592. OLE color: 462592.
HSL color Cylindrical-coordinate representation of color #000F07: hue angle of 148º 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 #000F07 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 15 | 7 | - |
| CMYK | 1 | 0 | 0.53 | 0.94 |
| HSL | 148º | 1% | 0.03% | - |
| HSV(B) | 148º | 1% | 0.06% | - |
| XYZ | 0.21 | 0.36 | 0.26 | - |
| YUV | 9.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 7 | 1 | 0 | 0.53 | 0.94 | 148 | 1 | 0.03 |
| Hex | 0 | F | 7 | 64 | 0 | 35 | 5E | 94 | 64 | 3 |
| Octal | 0 | 17 | 7 | 144 | 0 | 65 | 136 | 224 | 144 | 3 |
| Binary | 0 | 1111 | 111 | 1100100 | 0 | 110101 | 1011110 | 10010100 | 1100100 | 11 |
Color Harmonies of #000F07
Complementary color
Monochromatic Colors of #000F07
Black with #000F07
Text Example
Text Example
White with #000F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F07; }
p { color: rgb(0,15,7); }
H1.HeaderClassName
{
color: #000F07;
}
.AnyTagClassName
{
color: #000F07;
}
</style>
background-color css
<style>
a { background-color: #000F07; }
a { background-color: rgb(0,15,7); }
div.DivClassName
{
background-color: #000F07;
}
.BgClassName
{
background-color: #000F07;
}
</style>
border-color css
<style>
span { border-color: #000F07; }
span { border-color: rgb(0,15,7); }
td.TdClassName
{
border-color: #000F07;
}
.TagClassName
{
border-color: #000F07;
}
</style>