Shades of Myrtle #2A5420
Tints of Myrtle #2A5420
RGB
CMYK
RGB Variations
Color information
#2A5420 (or 0x2A5420) is known color: Myrtle. HEX triplet: 2A, 54 and 20. RGB value is (42,84,32). Sum of RGB (Red+Green+Blue) = 42+84+32=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5420 is #D5ABDF. Grayscale: #414141. Windows color (decimal): -14003168 or 2118698. OLE color: 2118698.
HSL color Cylindrical-coordinate representation of color #2A5420: hue angle of 108.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A5420 is Cyan = 0.5, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 32 | - |
| CMYK | 0.5 | 0 | 0.62 | 0.67 |
| HSL | 108.46º | 0.45% | 0.23% | - |
| HSV(B) | 108.46º | 0.62% | 0.33% | - |
| XYZ | 4.39 | 6.94 | 2.47 | - |
| YUV | 65.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 32 | 0.5 | 0 | 0.62 | 0.67 | 108.46 | 0.45 | 0.23 |
| Hex | 2A | 54 | 20 | 32 | 0 | 3E | 43 | 6C | 2D | 17 |
| Octal | 52 | 124 | 40 | 62 | 0 | 76 | 103 | 154 | 55 | 27 |
| Binary | 101010 | 1010100 | 100000 | 110010 | 0 | 111110 | 1000011 | 1101100 | 101101 | 10111 |
Color Harmonies of #2A5420
Complementary color
Monochromatic Colors of #2A5420
Black with #2A5420
Text Example
Text Example
White with #2A5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5420; }
p { color: rgb(42,84,32); }
H1.HeaderClassName
{
color: #2A5420;
}
.AnyTagClassName
{
color: #2A5420;
}
</style>
background-color css
<style>
a { background-color: #2A5420; }
a { background-color: rgb(42,84,32); }
div.DivClassName
{
background-color: #2A5420;
}
.BgClassName
{
background-color: #2A5420;
}
</style>
border-color css
<style>
span { border-color: #2A5420; }
span { border-color: rgb(42,84,32); }
td.TdClassName
{
border-color: #2A5420;
}
.TagClassName
{
border-color: #2A5420;
}
</style>