Shades of Dark Green #002718
Tints of Dark Green #002718
RGB
CMYK
RGB Variations
Color information
#002718 (or 0x002718) is known color: Dark Green. HEX triplet: 00, 27 and 18. RGB value is (0,39,24). Sum of RGB (Red+Green+Blue) = 0+39+24=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #002718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002718 is #FFD8E7. Grayscale: #191919. Windows color (decimal): -16767208 or 1582848. OLE color: 1582848.
HSL color Cylindrical-coordinate representation of color #002718: hue angle of 156.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002718 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 24 | - |
| CMYK | 1 | 0 | 0.38 | 0.85 |
| HSL | 156.92º | 1% | 0.08% | - |
| HSV(B) | 156.92º | 1% | 0.15% | - |
| XYZ | 0.89 | 1.52 | 1.11 | - |
| YUV | 25.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 24 | 1 | 0 | 0.38 | 0.85 | 156.92 | 1 | 0.08 |
| Hex | 0 | 27 | 18 | 64 | 0 | 26 | 55 | 9D | 64 | 8 |
| Octal | 0 | 47 | 30 | 144 | 0 | 46 | 125 | 235 | 144 | 10 |
| Binary | 0 | 100111 | 11000 | 1100100 | 0 | 100110 | 1010101 | 10011101 | 1100100 | 1000 |
Color Harmonies of #002718
Complementary color
Monochromatic Colors of #002718
Black with #002718
Text Example
Text Example
White with #002718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002718; }
p { color: rgb(0,39,24); }
H1.HeaderClassName
{
color: #002718;
}
.AnyTagClassName
{
color: #002718;
}
</style>
background-color css
<style>
a { background-color: #002718; }
a { background-color: rgb(0,39,24); }
div.DivClassName
{
background-color: #002718;
}
.BgClassName
{
background-color: #002718;
}
</style>
border-color css
<style>
span { border-color: #002718; }
span { border-color: rgb(0,39,24); }
td.TdClassName
{
border-color: #002718;
}
.TagClassName
{
border-color: #002718;
}
</style>