Shades of Dark Green #001007
Tints of Dark Green #001007
RGB
CMYK
RGB Variations
Color information
#001007 (or 0x001007) is known color: Dark Green. HEX triplet: 00, 10 and 07. RGB value is (0,16,7). Sum of RGB (Red+Green+Blue) = 0+16+7=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 7 (3.12% from 255 or 30.43% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #001007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001007 is #FFEFF8. Grayscale: #0A0A0A. Windows color (decimal): -16773113 or 462848. OLE color: 462848.
HSL color Cylindrical-coordinate representation of color #001007: hue angle of 146.25º 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 #001007 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 16 | 7 | - |
| CMYK | 1 | 0 | 0.56 | 0.94 |
| HSL | 146.25º | 1% | 0.03% | - |
| HSV(B) | 146.25º | 1% | 0.06% | - |
| XYZ | 0.22 | 0.39 | 0.26 | - |
| YUV | 10.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 7 | 1 | 0 | 0.56 | 0.94 | 146.25 | 1 | 0.03 |
| Hex | 0 | 10 | 7 | 64 | 0 | 38 | 5E | 92 | 64 | 3 |
| Octal | 0 | 20 | 7 | 144 | 0 | 70 | 136 | 222 | 144 | 3 |
| Binary | 0 | 10000 | 111 | 1100100 | 0 | 111000 | 1011110 | 10010010 | 1100100 | 11 |
Color Harmonies of #001007
Complementary color
Monochromatic Colors of #001007
Black with #001007
Text Example
Text Example
White with #001007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001007; }
p { color: rgb(0,16,7); }
H1.HeaderClassName
{
color: #001007;
}
.AnyTagClassName
{
color: #001007;
}
</style>
background-color css
<style>
a { background-color: #001007; }
a { background-color: rgb(0,16,7); }
div.DivClassName
{
background-color: #001007;
}
.BgClassName
{
background-color: #001007;
}
</style>
border-color css
<style>
span { border-color: #001007; }
span { border-color: rgb(0,16,7); }
td.TdClassName
{
border-color: #001007;
}
.TagClassName
{
border-color: #001007;
}
</style>