Shades of Myrtle #012802
Tints of Myrtle #012802
RGB
CMYK
RGB Variations
Color information
#012802 (or 0x012802) is known color: Myrtle. HEX triplet: 01, 28 and 02. RGB value is (1,40,2). Sum of RGB (Red+Green+Blue) = 1+40+2=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 40 (16.02% from 255 or 93.02% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 40 - color contains mainly: green. Hex color #012802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012802 is #FED7FD. Grayscale: #181818. Windows color (decimal): -16701438 or 141313. OLE color: 141313.
HSL color Cylindrical-coordinate representation of color #012802: hue angle of 121.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012802 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 2 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.84 |
| HSL | 121.54º | 0.95% | 0.08% | - |
| HSV(B) | 121.54º | 0.98% | 0.16% | - |
| XYZ | 0.78 | 1.53 | 0.31 | - |
| YUV | 24.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 2 | 0.98 | 0 | 0.95 | 0.84 | 121.54 | 0.95 | 0.08 |
| Hex | 1 | 28 | 2 | 62 | 0 | 5F | 54 | 7A | 5F | 8 |
| Octal | 1 | 50 | 2 | 142 | 0 | 137 | 124 | 172 | 137 | 10 |
| Binary | 1 | 101000 | 10 | 1100010 | 0 | 1011111 | 1010100 | 1111010 | 1011111 | 1000 |
Color Harmonies of #012802
Complementary color
Monochromatic Colors of #012802
Black with #012802
Text Example
Text Example
White with #012802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012802; }
p { color: rgb(1,40,2); }
H1.HeaderClassName
{
color: #012802;
}
.AnyTagClassName
{
color: #012802;
}
</style>
background-color css
<style>
a { background-color: #012802; }
a { background-color: rgb(1,40,2); }
div.DivClassName
{
background-color: #012802;
}
.BgClassName
{
background-color: #012802;
}
</style>
border-color css
<style>
span { border-color: #012802; }
span { border-color: rgb(1,40,2); }
td.TdClassName
{
border-color: #012802;
}
.TagClassName
{
border-color: #012802;
}
</style>