Shades of Dark Green #012418
Tints of Dark Green #012418
RGB
CMYK
RGB Variations
Color information
#012418 (or 0x012418) is known color: Dark Green. HEX triplet: 01, 24 and 18. RGB value is (1,36,24). Sum of RGB (Red+Green+Blue) = 1+36+24=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #012418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012418 is #FEDBE7. Grayscale: #181818. Windows color (decimal): -16702440 or 1582081. OLE color: 1582081.
HSL color Cylindrical-coordinate representation of color #012418: hue angle of 159.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012418 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 24 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.86 |
| HSL | 159.43º | 0.95% | 0.07% | - |
| HSV(B) | 159.43º | 0.97% | 0.14% | - |
| XYZ | 0.81 | 1.33 | 1.08 | - |
| YUV | 24.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 24 | 0.97 | 0 | 0.33 | 0.86 | 159.43 | 0.95 | 0.07 |
| Hex | 1 | 24 | 18 | 61 | 0 | 21 | 56 | 9F | 5F | 7 |
| Octal | 1 | 44 | 30 | 141 | 0 | 41 | 126 | 237 | 137 | 7 |
| Binary | 1 | 100100 | 11000 | 1100001 | 0 | 100001 | 1010110 | 10011111 | 1011111 | 111 |
Color Harmonies of #012418
Complementary color
Monochromatic Colors of #012418
Black with #012418
Text Example
Text Example
White with #012418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012418; }
p { color: rgb(1,36,24); }
H1.HeaderClassName
{
color: #012418;
}
.AnyTagClassName
{
color: #012418;
}
</style>
background-color css
<style>
a { background-color: #012418; }
a { background-color: rgb(1,36,24); }
div.DivClassName
{
background-color: #012418;
}
.BgClassName
{
background-color: #012418;
}
</style>
border-color css
<style>
span { border-color: #012418; }
span { border-color: rgb(1,36,24); }
td.TdClassName
{
border-color: #012418;
}
.TagClassName
{
border-color: #012418;
}
</style>