Shades of Dark Green #001907
Tints of Dark Green #001907
RGB
CMYK
RGB Variations
Color information
#001907 (or 0x001907) is known color: Dark Green. HEX triplet: 00, 19 and 07. RGB value is (0,25,7). Sum of RGB (Red+Green+Blue) = 0+25+7=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 25 (10.16% from 255 or 78.12% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 25 - color contains mainly: green. Hex color #001907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001907 is #FFE6F8. Grayscale: #0F0F0F. Windows color (decimal): -16770809 or 465152. OLE color: 465152.
HSL color Cylindrical-coordinate representation of color #001907: hue angle of 136.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001907 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 7 | - |
| CMYK | 1 | 0 | 0.72 | 0.90 |
| HSL | 136.8º | 1% | 0.05% | - |
| HSV(B) | 136.8º | 1% | 0.1% | - |
| XYZ | 0.39 | 0.71 | 0.32 | - |
| YUV | 15.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 7 | 1 | 0 | 0.72 | 0.90 | 136.8 | 1 | 0.05 |
| Hex | 0 | 19 | 7 | 64 | 0 | 48 | 5A | 89 | 64 | 5 |
| Octal | 0 | 31 | 7 | 144 | 0 | 110 | 132 | 211 | 144 | 5 |
| Binary | 0 | 11001 | 111 | 1100100 | 0 | 1001000 | 1011010 | 10001001 | 1100100 | 101 |
Color Harmonies of #001907
Complementary color
Monochromatic Colors of #001907
Black with #001907
Text Example
Text Example
White with #001907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001907; }
p { color: rgb(0,25,7); }
H1.HeaderClassName
{
color: #001907;
}
.AnyTagClassName
{
color: #001907;
}
</style>
background-color css
<style>
a { background-color: #001907; }
a { background-color: rgb(0,25,7); }
div.DivClassName
{
background-color: #001907;
}
.BgClassName
{
background-color: #001907;
}
</style>
border-color css
<style>
span { border-color: #001907; }
span { border-color: rgb(0,25,7); }
td.TdClassName
{
border-color: #001907;
}
.TagClassName
{
border-color: #001907;
}
</style>