Shades of Dark Green #012618
Tints of Dark Green #012618
RGB
CMYK
RGB Variations
Color information
#012618 (or 0x012618) is known color: Dark Green. HEX triplet: 01, 26 and 18. RGB value is (1,38,24). Sum of RGB (Red+Green+Blue) = 1+38+24=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #012618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012618 is #FED9E7. Grayscale: #191919. Windows color (decimal): -16701928 or 1582593. OLE color: 1582593.
HSL color Cylindrical-coordinate representation of color #012618: hue angle of 157.3º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012618 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 38 | 24 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.85 |
| HSL | 157.3º | 0.95% | 0.08% | - |
| HSV(B) | 157.3º | 0.97% | 0.15% | - |
| XYZ | 0.87 | 1.46 | 1.1 | - |
| YUV | 25.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 24 | 0.97 | 0 | 0.37 | 0.85 | 157.3 | 0.95 | 0.08 |
| Hex | 1 | 26 | 18 | 61 | 0 | 25 | 55 | 9D | 5F | 8 |
| Octal | 1 | 46 | 30 | 141 | 0 | 45 | 125 | 235 | 137 | 10 |
| Binary | 1 | 100110 | 11000 | 1100001 | 0 | 100101 | 1010101 | 10011101 | 1011111 | 1000 |
Color Harmonies of #012618
Complementary color
Monochromatic Colors of #012618
Black with #012618
Text Example
Text Example
White with #012618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012618; }
p { color: rgb(1,38,24); }
H1.HeaderClassName
{
color: #012618;
}
.AnyTagClassName
{
color: #012618;
}
</style>
background-color css
<style>
a { background-color: #012618; }
a { background-color: rgb(1,38,24); }
div.DivClassName
{
background-color: #012618;
}
.BgClassName
{
background-color: #012618;
}
</style>
border-color css
<style>
span { border-color: #012618; }
span { border-color: rgb(1,38,24); }
td.TdClassName
{
border-color: #012618;
}
.TagClassName
{
border-color: #012618;
}
</style>