Shades of Dark Green #001E09
Tints of Dark Green #001E09
RGB
CMYK
RGB Variations
Color information
#001E09 (or 0x001E09) is known color: Dark Green. HEX triplet: 00, 1E and 09. RGB value is (0,30,9). Sum of RGB (Red+Green+Blue) = 0+30+9=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 30 (12.11% from 255 or 76.92% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 30 - color contains mainly: green. Hex color #001E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E09 is #FFE1F6. Grayscale: #121212. Windows color (decimal): -16769527 or 597504. OLE color: 597504.
HSL color Cylindrical-coordinate representation of color #001E09: hue angle of 138º 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 #001E09 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 30 | 9 | - |
| CMYK | 1 | 0 | 0.70 | 0.88 |
| HSL | 138º | 1% | 0.06% | - |
| HSV(B) | 138º | 1% | 0.12% | - |
| XYZ | 0.51 | 0.95 | 0.41 | - |
| YUV | 18.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 9 | 1 | 0 | 0.70 | 0.88 | 138 | 1 | 0.06 |
| Hex | 0 | 1E | 9 | 64 | 0 | 46 | 58 | 8A | 64 | 6 |
| Octal | 0 | 36 | 11 | 144 | 0 | 106 | 130 | 212 | 144 | 6 |
| Binary | 0 | 11110 | 1001 | 1100100 | 0 | 1000110 | 1011000 | 10001010 | 1100100 | 110 |
Color Harmonies of #001E09
Complementary color
Monochromatic Colors of #001E09
Black with #001E09
Text Example
Text Example
White with #001E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E09; }
p { color: rgb(0,30,9); }
H1.HeaderClassName
{
color: #001E09;
}
.AnyTagClassName
{
color: #001E09;
}
</style>
background-color css
<style>
a { background-color: #001E09; }
a { background-color: rgb(0,30,9); }
div.DivClassName
{
background-color: #001E09;
}
.BgClassName
{
background-color: #001E09;
}
</style>
border-color css
<style>
span { border-color: #001E09; }
span { border-color: rgb(0,30,9); }
td.TdClassName
{
border-color: #001E09;
}
.TagClassName
{
border-color: #001E09;
}
</style>