Shades of Dark Green #001E18
Tints of Dark Green #001E18
RGB
CMYK
RGB Variations
Color information
#001E18 (or 0x001E18) is known color: Dark Green. HEX triplet: 00, 1E and 18. RGB value is (0,30,24). Sum of RGB (Red+Green+Blue) = 0+30+24=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #001E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E18 is #FFE1E7. Grayscale: #141414. Windows color (decimal): -16769512 or 1580544. OLE color: 1580544.
HSL color Cylindrical-coordinate representation of color #001E18: hue angle of 168º 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 #001E18 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 30 | 24 | - |
| CMYK | 1 | 0 | 0.20 | 0.88 |
| HSL | 168º | 1% | 0.06% | - |
| HSV(B) | 168º | 1% | 0.12% | - |
| XYZ | 0.63 | 0.99 | 1.02 | - |
| YUV | 20.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 24 | 1 | 0 | 0.20 | 0.88 | 168 | 1 | 0.06 |
| Hex | 0 | 1E | 18 | 64 | 0 | 14 | 58 | A8 | 64 | 6 |
| Octal | 0 | 36 | 30 | 144 | 0 | 24 | 130 | 250 | 144 | 6 |
| Binary | 0 | 11110 | 11000 | 1100100 | 0 | 10100 | 1011000 | 10101000 | 1100100 | 110 |
Color Harmonies of #001E18
Complementary color
Monochromatic Colors of #001E18
Black with #001E18
Text Example
Text Example
White with #001E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E18; }
p { color: rgb(0,30,24); }
H1.HeaderClassName
{
color: #001E18;
}
.AnyTagClassName
{
color: #001E18;
}
</style>
background-color css
<style>
a { background-color: #001E18; }
a { background-color: rgb(0,30,24); }
div.DivClassName
{
background-color: #001E18;
}
.BgClassName
{
background-color: #001E18;
}
</style>
border-color css
<style>
span { border-color: #001E18; }
span { border-color: rgb(0,30,24); }
td.TdClassName
{
border-color: #001E18;
}
.TagClassName
{
border-color: #001E18;
}
</style>