Shades of Myrtle #2A5516
Tints of Myrtle #2A5516
RGB
CMYK
RGB Variations
Color information
#2A5516 (or 0x2A5516) is known color: Myrtle. HEX triplet: 2A, 55 and 16. RGB value is (42,85,22). Sum of RGB (Red+Green+Blue) = 42+85+22=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5516 is #D5AAE9. Grayscale: #414141. Windows color (decimal): -14002922 or 1463594. OLE color: 1463594.
HSL color Cylindrical-coordinate representation of color #2A5516: hue angle of 100.95º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A5516 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 85 | 22 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.67 |
| HSL | 100.95º | 0.59% | 0.21% | - |
| HSV(B) | 100.95º | 0.74% | 0.33% | - |
| XYZ | 4.35 | 7.05 | 1.89 | - |
| YUV | 64.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 22 | 0.51 | 0 | 0.74 | 0.67 | 100.95 | 0.59 | 0.21 |
| Hex | 2A | 55 | 16 | 33 | 0 | 4A | 43 | 65 | 3B | 15 |
| Octal | 52 | 125 | 26 | 63 | 0 | 112 | 103 | 145 | 73 | 25 |
| Binary | 101010 | 1010101 | 10110 | 110011 | 0 | 1001010 | 1000011 | 1100101 | 111011 | 10101 |
Color Harmonies of #2A5516
Complementary color
Monochromatic Colors of #2A5516
Black with #2A5516
Text Example
Text Example
White with #2A5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5516; }
p { color: rgb(42,85,22); }
H1.HeaderClassName
{
color: #2A5516;
}
.AnyTagClassName
{
color: #2A5516;
}
</style>
background-color css
<style>
a { background-color: #2A5516; }
a { background-color: rgb(42,85,22); }
div.DivClassName
{
background-color: #2A5516;
}
.BgClassName
{
background-color: #2A5516;
}
</style>
border-color css
<style>
span { border-color: #2A5516; }
span { border-color: rgb(42,85,22); }
td.TdClassName
{
border-color: #2A5516;
}
.TagClassName
{
border-color: #2A5516;
}
</style>