Shades of Myrtle #052902
Tints of Myrtle #052902
RGB
CMYK
RGB Variations
Color information
#052902 (or 0x052902) is known color: Myrtle. HEX triplet: 05, 29 and 02. RGB value is (5,41,2). Sum of RGB (Red+Green+Blue) = 5+41+2=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 41 (16.41% from 255 or 85.42% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 41 - color contains mainly: green. Hex color #052902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052902 is #FAD6FD. Grayscale: #191919. Windows color (decimal): -16439038 or 141573. OLE color: 141573.
HSL color Cylindrical-coordinate representation of color #052902: hue angle of 115.38º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052902 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 2 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.84 |
| HSL | 115.38º | 0.91% | 0.08% | - |
| HSV(B) | 115.38º | 0.95% | 0.16% | - |
| XYZ | 0.87 | 1.62 | 0.32 | - |
| YUV | 25.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 2 | 0.88 | 0 | 0.95 | 0.84 | 115.38 | 0.91 | 0.08 |
| Hex | 5 | 29 | 2 | 58 | 0 | 5F | 54 | 73 | 5B | 8 |
| Octal | 5 | 51 | 2 | 130 | 0 | 137 | 124 | 163 | 133 | 10 |
| Binary | 101 | 101001 | 10 | 1011000 | 0 | 1011111 | 1010100 | 1110011 | 1011011 | 1000 |
Color Harmonies of #052902
Complementary color
Monochromatic Colors of #052902
Black with #052902
Text Example
Text Example
White with #052902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052902; }
p { color: rgb(5,41,2); }
H1.HeaderClassName
{
color: #052902;
}
.AnyTagClassName
{
color: #052902;
}
</style>
background-color css
<style>
a { background-color: #052902; }
a { background-color: rgb(5,41,2); }
div.DivClassName
{
background-color: #052902;
}
.BgClassName
{
background-color: #052902;
}
</style>
border-color css
<style>
span { border-color: #052902; }
span { border-color: rgb(5,41,2); }
td.TdClassName
{
border-color: #052902;
}
.TagClassName
{
border-color: #052902;
}
</style>