Shades of Myrtle #052F03
Tints of Myrtle #052F03
RGB
CMYK
RGB Variations
Color information
#052F03 (or 0x052F03) is known color: Myrtle. HEX triplet: 05, 2F and 03. RGB value is (5,47,3). Sum of RGB (Red+Green+Blue) = 5+47+3=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 47 (18.75% from 255 or 85.45% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 47 - color contains mainly: green. Hex color #052F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052F03 is #FAD0FC. Grayscale: #1D1D1D. Windows color (decimal): -16437501 or 208645. OLE color: 208645.
HSL color Cylindrical-coordinate representation of color #052F03: hue angle of 117.27º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052F03 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 47 | 3 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.82 |
| HSL | 117.27º | 0.88% | 0.1% | - |
| HSV(B) | 117.27º | 0.94% | 0.18% | - |
| XYZ | 1.1 | 2.07 | 0.43 | - |
| YUV | 29.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 3 | 0.89 | 0 | 0.94 | 0.82 | 117.27 | 0.88 | 0.1 |
| Hex | 5 | 2F | 3 | 59 | 0 | 5E | 52 | 75 | 58 | A |
| Octal | 5 | 57 | 3 | 131 | 0 | 136 | 122 | 165 | 130 | 12 |
| Binary | 101 | 101111 | 11 | 1011001 | 0 | 1011110 | 1010010 | 1110101 | 1011000 | 1010 |
Color Harmonies of #052F03
Complementary color
Monochromatic Colors of #052F03
Black with #052F03
Text Example
Text Example
White with #052F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F03; }
p { color: rgb(5,47,3); }
H1.HeaderClassName
{
color: #052F03;
}
.AnyTagClassName
{
color: #052F03;
}
</style>
background-color css
<style>
a { background-color: #052F03; }
a { background-color: rgb(5,47,3); }
div.DivClassName
{
background-color: #052F03;
}
.BgClassName
{
background-color: #052F03;
}
</style>
border-color css
<style>
span { border-color: #052F03; }
span { border-color: rgb(5,47,3); }
td.TdClassName
{
border-color: #052F03;
}
.TagClassName
{
border-color: #052F03;
}
</style>