Shades of Myrtle #012402
Tints of Myrtle #012402
RGB
CMYK
RGB Variations
Color information
#012402 (or 0x012402) is known color: Myrtle. HEX triplet: 01, 24 and 02. RGB value is (1,36,2). Sum of RGB (Red+Green+Blue) = 1+36+2=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 36 (14.45% from 255 or 92.31% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 36 - color contains mainly: green. Hex color #012402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012402 is #FEDBFD. Grayscale: #151515. Windows color (decimal): -16702462 or 140289. OLE color: 140289.
HSL color Cylindrical-coordinate representation of color #012402: hue angle of 121.71º 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 #012402 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 2 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.86 |
| HSL | 121.71º | 0.95% | 0.07% | - |
| HSV(B) | 121.71º | 0.97% | 0.14% | - |
| XYZ | 0.65 | 1.27 | 0.27 | - |
| YUV | 21.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 2 | 0.97 | 0 | 0.94 | 0.86 | 121.71 | 0.95 | 0.07 |
| Hex | 1 | 24 | 2 | 61 | 0 | 5E | 56 | 7A | 5F | 7 |
| Octal | 1 | 44 | 2 | 141 | 0 | 136 | 126 | 172 | 137 | 7 |
| Binary | 1 | 100100 | 10 | 1100001 | 0 | 1011110 | 1010110 | 1111010 | 1011111 | 111 |
Color Harmonies of #012402
Complementary color
Monochromatic Colors of #012402
Black with #012402
Text Example
Text Example
White with #012402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012402; }
p { color: rgb(1,36,2); }
H1.HeaderClassName
{
color: #012402;
}
.AnyTagClassName
{
color: #012402;
}
</style>
background-color css
<style>
a { background-color: #012402; }
a { background-color: rgb(1,36,2); }
div.DivClassName
{
background-color: #012402;
}
.BgClassName
{
background-color: #012402;
}
</style>
border-color css
<style>
span { border-color: #012402; }
span { border-color: rgb(1,36,2); }
td.TdClassName
{
border-color: #012402;
}
.TagClassName
{
border-color: #012402;
}
</style>