Shades of Myrtle #052A08
Tints of Myrtle #052A08
RGB
CMYK
RGB Variations
Color information
#052A08 (or 0x052A08) is known color: Myrtle. HEX triplet: 05, 2A and 08. RGB value is (5,42,8). Sum of RGB (Red+Green+Blue) = 5+42+8=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 42 (16.80% from 255 or 76.36% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 42 - color contains mainly: green. Hex color #052A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A08 is #FAD5F7. Grayscale: #1B1B1B. Windows color (decimal): -16438776 or 535045. OLE color: 535045.
HSL color Cylindrical-coordinate representation of color #052A08: hue angle of 124.86º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052A08 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 42 | 8 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.84 |
| HSL | 124.86º | 0.79% | 0.09% | - |
| HSV(B) | 124.86º | 0.88% | 0.16% | - |
| XYZ | 0.93 | 1.71 | 0.51 | - |
| YUV | 27.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 8 | 0.88 | 0 | 0.81 | 0.84 | 124.86 | 0.79 | 0.09 |
| Hex | 5 | 2A | 8 | 58 | 0 | 51 | 54 | 7D | 4F | 9 |
| Octal | 5 | 52 | 10 | 130 | 0 | 121 | 124 | 175 | 117 | 11 |
| Binary | 101 | 101010 | 1000 | 1011000 | 0 | 1010001 | 1010100 | 1111101 | 1001111 | 1001 |
Color Harmonies of #052A08
Complementary color
Monochromatic Colors of #052A08
Black with #052A08
Text Example
Text Example
White with #052A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A08; }
p { color: rgb(5,42,8); }
H1.HeaderClassName
{
color: #052A08;
}
.AnyTagClassName
{
color: #052A08;
}
</style>
background-color css
<style>
a { background-color: #052A08; }
a { background-color: rgb(5,42,8); }
div.DivClassName
{
background-color: #052A08;
}
.BgClassName
{
background-color: #052A08;
}
</style>
border-color css
<style>
span { border-color: #052A08; }
span { border-color: rgb(5,42,8); }
td.TdClassName
{
border-color: #052A08;
}
.TagClassName
{
border-color: #052A08;
}
</style>