Shades of Dark Green #012518
Tints of Dark Green #012518
RGB
CMYK
RGB Variations
Color information
#012518 (or 0x012518) is known color: Dark Green. HEX triplet: 01, 25 and 18. RGB value is (1,37,24). Sum of RGB (Red+Green+Blue) = 1+37+24=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #012518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012518 is #FEDAE7. Grayscale: #181818. Windows color (decimal): -16702184 or 1582337. OLE color: 1582337.
HSL color Cylindrical-coordinate representation of color #012518: hue angle of 158.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012518 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 24 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.85 |
| HSL | 158.33º | 0.95% | 0.07% | - |
| HSV(B) | 158.33º | 0.97% | 0.15% | - |
| XYZ | 0.84 | 1.4 | 1.09 | - |
| YUV | 24.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 24 | 0.97 | 0 | 0.35 | 0.85 | 158.33 | 0.95 | 0.07 |
| Hex | 1 | 25 | 18 | 61 | 0 | 23 | 55 | 9E | 5F | 7 |
| Octal | 1 | 45 | 30 | 141 | 0 | 43 | 125 | 236 | 137 | 7 |
| Binary | 1 | 100101 | 11000 | 1100001 | 0 | 100011 | 1010101 | 10011110 | 1011111 | 111 |
Color Harmonies of #012518
Complementary color
Monochromatic Colors of #012518
Black with #012518
Text Example
Text Example
White with #012518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012518; }
p { color: rgb(1,37,24); }
H1.HeaderClassName
{
color: #012518;
}
.AnyTagClassName
{
color: #012518;
}
</style>
background-color css
<style>
a { background-color: #012518; }
a { background-color: rgb(1,37,24); }
div.DivClassName
{
background-color: #012518;
}
.BgClassName
{
background-color: #012518;
}
</style>
border-color css
<style>
span { border-color: #012518; }
span { border-color: rgb(1,37,24); }
td.TdClassName
{
border-color: #012518;
}
.TagClassName
{
border-color: #012518;
}
</style>