Shades of Dark Green #012415
Tints of Dark Green #012415
RGB
CMYK
RGB Variations
Color information
#012415 (or 0x012415) is known color: Dark Green. HEX triplet: 01, 24 and 15. RGB value is (1,36,21). Sum of RGB (Red+Green+Blue) = 1+36+21=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #012415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012415 is #FEDBEA. Grayscale: #171717. Windows color (decimal): -16702443 or 1385473. OLE color: 1385473.
HSL color Cylindrical-coordinate representation of color #012415: hue angle of 154.29º 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 #012415 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 21 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.86 |
| HSL | 154.29º | 0.95% | 0.07% | - |
| HSV(B) | 154.29º | 0.97% | 0.14% | - |
| XYZ | 0.78 | 1.32 | 0.92 | - |
| YUV | 23.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 21 | 0.97 | 0 | 0.42 | 0.86 | 154.29 | 0.95 | 0.07 |
| Hex | 1 | 24 | 15 | 61 | 0 | 2A | 56 | 9A | 5F | 7 |
| Octal | 1 | 44 | 25 | 141 | 0 | 52 | 126 | 232 | 137 | 7 |
| Binary | 1 | 100100 | 10101 | 1100001 | 0 | 101010 | 1010110 | 10011010 | 1011111 | 111 |
Color Harmonies of #012415
Complementary color
Monochromatic Colors of #012415
Black with #012415
Text Example
Text Example
White with #012415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012415; }
p { color: rgb(1,36,21); }
H1.HeaderClassName
{
color: #012415;
}
.AnyTagClassName
{
color: #012415;
}
</style>
background-color css
<style>
a { background-color: #012415; }
a { background-color: rgb(1,36,21); }
div.DivClassName
{
background-color: #012415;
}
.BgClassName
{
background-color: #012415;
}
</style>
border-color css
<style>
span { border-color: #012415; }
span { border-color: rgb(1,36,21); }
td.TdClassName
{
border-color: #012415;
}
.TagClassName
{
border-color: #012415;
}
</style>