Shades of Myrtle #012800
Tints of Myrtle #012800
RGB
CMYK
RGB Variations
Color information
#012800 (or 0x012800) is known color: Myrtle. HEX triplet: 01, 28 and 00. RGB value is (1,40,0). Sum of RGB (Red+Green+Blue) = 1+40+0=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 40 (16.02% from 255 or 97.56% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 40 - color contains mainly: green. Hex color #012800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012800 is #FED7FF. Grayscale: #171717. Windows color (decimal): -16701440 or 10241. OLE color: 10241.
HSL color Cylindrical-coordinate representation of color #012800: hue angle of 118.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012800 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.84 |
| HSL | 118.5º | 1% | 0.08% | - |
| HSV(B) | 118.5º | 1% | 0.16% | - |
| XYZ | 0.77 | 1.52 | 0.25 | - |
| YUV | 23.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 0 | 0.98 | 0 | 1 | 0.84 | 118.5 | 1 | 0.08 |
| Hex | 1 | 28 | 0 | 62 | 0 | 64 | 54 | 76 | 64 | 8 |
| Octal | 1 | 50 | 0 | 142 | 0 | 144 | 124 | 166 | 144 | 10 |
| Binary | 1 | 101000 | 0 | 1100010 | 0 | 1100100 | 1010100 | 1110110 | 1100100 | 1000 |
Color Harmonies of #012800
Complementary color
Monochromatic Colors of #012800
Black with #012800
Text Example
Text Example
White with #012800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012800; }
p { color: rgb(1,40,0); }
H1.HeaderClassName
{
color: #012800;
}
.AnyTagClassName
{
color: #012800;
}
</style>
background-color css
<style>
a { background-color: #012800; }
a { background-color: rgb(1,40,0); }
div.DivClassName
{
background-color: #012800;
}
.BgClassName
{
background-color: #012800;
}
</style>
border-color css
<style>
span { border-color: #012800; }
span { border-color: rgb(1,40,0); }
td.TdClassName
{
border-color: #012800;
}
.TagClassName
{
border-color: #012800;
}
</style>