Shades of Dark Green #001407
Tints of Dark Green #001407
RGB
CMYK
RGB Variations
Color information
#001407 (or 0x001407) is known color: Dark Green. HEX triplet: 00, 14 and 07. RGB value is (0,20,7). Sum of RGB (Red+Green+Blue) = 0+20+7=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 20 (8.20% from 255 or 74.07% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 20 - color contains mainly: green. Hex color #001407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001407 is #FFEBF8. Grayscale: #0C0C0C. Windows color (decimal): -16772089 or 463872. OLE color: 463872.
HSL color Cylindrical-coordinate representation of color #001407: hue angle of 141º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001407 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 7 | - |
| CMYK | 1 | 0 | 0.65 | 0.92 |
| HSL | 141º | 1% | 0.04% | - |
| HSV(B) | 141º | 1% | 0.08% | - |
| XYZ | 0.29 | 0.52 | 0.29 | - |
| YUV | 12.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 7 | 1 | 0 | 0.65 | 0.92 | 141 | 1 | 0.04 |
| Hex | 0 | 14 | 7 | 64 | 0 | 41 | 5C | 8D | 64 | 4 |
| Octal | 0 | 24 | 7 | 144 | 0 | 101 | 134 | 215 | 144 | 4 |
| Binary | 0 | 10100 | 111 | 1100100 | 0 | 1000001 | 1011100 | 10001101 | 1100100 | 100 |
Color Harmonies of #001407
Complementary color
Monochromatic Colors of #001407
Black with #001407
Text Example
Text Example
White with #001407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001407; }
p { color: rgb(0,20,7); }
H1.HeaderClassName
{
color: #001407;
}
.AnyTagClassName
{
color: #001407;
}
</style>
background-color css
<style>
a { background-color: #001407; }
a { background-color: rgb(0,20,7); }
div.DivClassName
{
background-color: #001407;
}
.BgClassName
{
background-color: #001407;
}
</style>
border-color css
<style>
span { border-color: #001407; }
span { border-color: rgb(0,20,7); }
td.TdClassName
{
border-color: #001407;
}
.TagClassName
{
border-color: #001407;
}
</style>