Shades of Myrtle #012C00
Tints of Myrtle #012C00
RGB
CMYK
RGB Variations
Color information
#012C00 (or 0x012C00) is known color: Myrtle. HEX triplet: 01, 2C and 00. RGB value is (1,44,0). Sum of RGB (Red+Green+Blue) = 1+44+0=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 44 (17.58% from 255 or 97.78% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 44 - color contains mainly: green. Hex color #012C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012C00 is #FED3FF. Grayscale: #1A1A1A. Windows color (decimal): -16700416 or 11265. OLE color: 11265.
HSL color Cylindrical-coordinate representation of color #012C00: hue angle of 118.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012C00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 44 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.83 |
| HSL | 118.64º | 1% | 0.09% | - |
| HSV(B) | 118.64º | 1% | 0.17% | - |
| XYZ | 0.91 | 1.81 | 0.3 | - |
| YUV | 26.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 0 | 0.98 | 0 | 1 | 0.83 | 118.64 | 1 | 0.09 |
| Hex | 1 | 2C | 0 | 62 | 0 | 64 | 53 | 77 | 64 | 9 |
| Octal | 1 | 54 | 0 | 142 | 0 | 144 | 123 | 167 | 144 | 11 |
| Binary | 1 | 101100 | 0 | 1100010 | 0 | 1100100 | 1010011 | 1110111 | 1100100 | 1001 |
Color Harmonies of #012C00
Complementary color
Monochromatic Colors of #012C00
Black with #012C00
Text Example
Text Example
White with #012C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C00; }
p { color: rgb(1,44,0); }
H1.HeaderClassName
{
color: #012C00;
}
.AnyTagClassName
{
color: #012C00;
}
</style>
background-color css
<style>
a { background-color: #012C00; }
a { background-color: rgb(1,44,0); }
div.DivClassName
{
background-color: #012C00;
}
.BgClassName
{
background-color: #012C00;
}
</style>
border-color css
<style>
span { border-color: #012C00; }
span { border-color: rgb(1,44,0); }
td.TdClassName
{
border-color: #012C00;
}
.TagClassName
{
border-color: #012C00;
}
</style>