Shades of Myrtle #052F02
Tints of Myrtle #052F02
RGB
CMYK
RGB Variations
Color information
#052F02 (or 0x052F02) is known color: Myrtle. HEX triplet: 05, 2F and 02. RGB value is (5,47,2). Sum of RGB (Red+Green+Blue) = 5+47+2=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 47 (18.75% from 255 or 87.04% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 47 - color contains mainly: green. Hex color #052F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052F02 is #FAD0FD. Grayscale: #1D1D1D. Windows color (decimal): -16437502 or 143109. OLE color: 143109.
HSL color Cylindrical-coordinate representation of color #052F02: hue angle of 116º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052F02 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 47 | 2 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.82 |
| HSL | 116º | 0.92% | 0.1% | - |
| HSV(B) | 116º | 0.96% | 0.18% | - |
| XYZ | 1.09 | 2.07 | 0.4 | - |
| YUV | 29.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 2 | 0.89 | 0 | 0.96 | 0.82 | 116 | 0.92 | 0.1 |
| Hex | 5 | 2F | 2 | 59 | 0 | 60 | 52 | 74 | 5C | A |
| Octal | 5 | 57 | 2 | 131 | 0 | 140 | 122 | 164 | 134 | 12 |
| Binary | 101 | 101111 | 10 | 1011001 | 0 | 1100000 | 1010010 | 1110100 | 1011100 | 1010 |
Color Harmonies of #052F02
Complementary color
Monochromatic Colors of #052F02
Black with #052F02
Text Example
Text Example
White with #052F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F02; }
p { color: rgb(5,47,2); }
H1.HeaderClassName
{
color: #052F02;
}
.AnyTagClassName
{
color: #052F02;
}
</style>
background-color css
<style>
a { background-color: #052F02; }
a { background-color: rgb(5,47,2); }
div.DivClassName
{
background-color: #052F02;
}
.BgClassName
{
background-color: #052F02;
}
</style>
border-color css
<style>
span { border-color: #052F02; }
span { border-color: rgb(5,47,2); }
td.TdClassName
{
border-color: #052F02;
}
.TagClassName
{
border-color: #052F02;
}
</style>