Shades of Myrtle #050F02
Tints of Myrtle #050F02
RGB
CMYK
RGB Variations
Color information
#050F02 (or 0x050F02) is known color: Myrtle. HEX triplet: 05, 0F and 02. RGB value is (5,15,2). Sum of RGB (Red+Green+Blue) = 5+15+2=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 15 (6.25% from 255 or 68.18% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 15 - color contains mainly: green. Hex color #050F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F02 is #FAF0FD. Grayscale: #0A0A0A. Windows color (decimal): -16445694 or 134917. OLE color: 134917.
HSL color Cylindrical-coordinate representation of color #050F02: hue angle of 106.15º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #050F02 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 15 | 2 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.94 |
| HSL | 106.15º | 0.76% | 0.03% | - |
| HSV(B) | 106.15º | 0.87% | 0.06% | - |
| XYZ | 0.24 | 0.38 | 0.12 | - |
| YUV | 10.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 2 | 0.67 | 0 | 0.87 | 0.94 | 106.15 | 0.76 | 0.03 |
| Hex | 5 | F | 2 | 43 | 0 | 57 | 5E | 6A | 4C | 3 |
| Octal | 5 | 17 | 2 | 103 | 0 | 127 | 136 | 152 | 114 | 3 |
| Binary | 101 | 1111 | 10 | 1000011 | 0 | 1010111 | 1011110 | 1101010 | 1001100 | 11 |
Color Harmonies of #050F02
Complementary color
Monochromatic Colors of #050F02
Black with #050F02
Text Example
Text Example
White with #050F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F02; }
p { color: rgb(5,15,2); }
H1.HeaderClassName
{
color: #050F02;
}
.AnyTagClassName
{
color: #050F02;
}
</style>
background-color css
<style>
a { background-color: #050F02; }
a { background-color: rgb(5,15,2); }
div.DivClassName
{
background-color: #050F02;
}
.BgClassName
{
background-color: #050F02;
}
</style>
border-color css
<style>
span { border-color: #050F02; }
span { border-color: rgb(5,15,2); }
td.TdClassName
{
border-color: #050F02;
}
.TagClassName
{
border-color: #050F02;
}
</style>