Shades of Myrtle #015102
Tints of Myrtle #015102
RGB
CMYK
RGB Variations
Color information
#015102 (or 0x015102) is known color: Myrtle. HEX triplet: 01, 51 and 02. RGB value is (1,81,2). Sum of RGB (Red+Green+Blue) = 1+81+2=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 81 (32.03% from 255 or 96.43% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 81 - color contains mainly: green. Hex color #015102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015102 is #FEAEFD. Grayscale: #303030. Windows color (decimal): -16690942 or 151809. OLE color: 151809.
HSL color Cylindrical-coordinate representation of color #015102: hue angle of 120.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015102 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.68 |
| HSL | 120.75º | 0.98% | 0.16% | - |
| HSV(B) | 120.75º | 0.99% | 0.32% | - |
| XYZ | 2.97 | 5.9 | 1.04 | - |
| YUV | 48.07 | 102 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 2 | 0.99 | 0 | 0.98 | 0.68 | 120.75 | 0.98 | 0.16 |
| Hex | 1 | 51 | 2 | 63 | 0 | 62 | 44 | 79 | 62 | 10 |
| Octal | 1 | 121 | 2 | 143 | 0 | 142 | 104 | 171 | 142 | 20 |
| Binary | 1 | 1010001 | 10 | 1100011 | 0 | 1100010 | 1000100 | 1111001 | 1100010 | 10000 |
Color Harmonies of #015102
Complementary color
Monochromatic Colors of #015102
Black with #015102
Text Example
Text Example
White with #015102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015102; }
p { color: rgb(1,81,2); }
H1.HeaderClassName
{
color: #015102;
}
.AnyTagClassName
{
color: #015102;
}
</style>
background-color css
<style>
a { background-color: #015102; }
a { background-color: rgb(1,81,2); }
div.DivClassName
{
background-color: #015102;
}
.BgClassName
{
background-color: #015102;
}
</style>
border-color css
<style>
span { border-color: #015102; }
span { border-color: rgb(1,81,2); }
td.TdClassName
{
border-color: #015102;
}
.TagClassName
{
border-color: #015102;
}
</style>