Shades of Dark Green #001E07
Tints of Dark Green #001E07
RGB
CMYK
RGB Variations
Color information
#001E07 (or 0x001E07) is known color: Dark Green. HEX triplet: 00, 1E and 07. RGB value is (0,30,7). Sum of RGB (Red+Green+Blue) = 0+30+7=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 30 (12.11% from 255 or 81.08% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 30 - color contains mainly: green. Hex color #001E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E07 is #FFE1F8. Grayscale: #121212. Windows color (decimal): -16769529 or 466432. OLE color: 466432.
HSL color Cylindrical-coordinate representation of color #001E07: hue angle of 134º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E07 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 30 | 7 | - |
| CMYK | 1 | 0 | 0.77 | 0.88 |
| HSL | 134º | 1% | 0.06% | - |
| HSV(B) | 134º | 1% | 0.12% | - |
| XYZ | 0.5 | 0.94 | 0.36 | - |
| YUV | 18.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 7 | 1 | 0 | 0.77 | 0.88 | 134 | 1 | 0.06 |
| Hex | 0 | 1E | 7 | 64 | 0 | 4D | 58 | 86 | 64 | 6 |
| Octal | 0 | 36 | 7 | 144 | 0 | 115 | 130 | 206 | 144 | 6 |
| Binary | 0 | 11110 | 111 | 1100100 | 0 | 1001101 | 1011000 | 10000110 | 1100100 | 110 |
Color Harmonies of #001E07
Complementary color
Monochromatic Colors of #001E07
Black with #001E07
Text Example
Text Example
White with #001E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E07; }
p { color: rgb(0,30,7); }
H1.HeaderClassName
{
color: #001E07;
}
.AnyTagClassName
{
color: #001E07;
}
</style>
background-color css
<style>
a { background-color: #001E07; }
a { background-color: rgb(0,30,7); }
div.DivClassName
{
background-color: #001E07;
}
.BgClassName
{
background-color: #001E07;
}
</style>
border-color css
<style>
span { border-color: #001E07; }
span { border-color: rgb(0,30,7); }
td.TdClassName
{
border-color: #001E07;
}
.TagClassName
{
border-color: #001E07;
}
</style>