Shades of Myrtle #2A5220
Tints of Myrtle #2A5220
RGB
CMYK
RGB Variations
Color information
#2A5220 (or 0x2A5220) is known color: Myrtle. HEX triplet: 2A, 52 and 20. RGB value is (42,82,32). Sum of RGB (Red+Green+Blue) = 42+82+32=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #2A5220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5220 is #D5ADDF. Grayscale: #404040. Windows color (decimal): -14003680 or 2118186. OLE color: 2118186.
HSL color Cylindrical-coordinate representation of color #2A5220: hue angle of 108º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A5220 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 32 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.68 |
| HSL | 108º | 0.44% | 0.22% | - |
| HSV(B) | 108º | 0.61% | 0.32% | - |
| XYZ | 4.23 | 6.63 | 2.42 | - |
| YUV | 64.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 32 | 0.49 | 0 | 0.61 | 0.68 | 108 | 0.44 | 0.22 |
| Hex | 2A | 52 | 20 | 31 | 0 | 3D | 44 | 6C | 2C | 16 |
| Octal | 52 | 122 | 40 | 61 | 0 | 75 | 104 | 154 | 54 | 26 |
| Binary | 101010 | 1010010 | 100000 | 110001 | 0 | 111101 | 1000100 | 1101100 | 101100 | 10110 |
Color Harmonies of #2A5220
Complementary color
Monochromatic Colors of #2A5220
Black with #2A5220
Text Example
Text Example
White with #2A5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5220; }
p { color: rgb(42,82,32); }
H1.HeaderClassName
{
color: #2A5220;
}
.AnyTagClassName
{
color: #2A5220;
}
</style>
background-color css
<style>
a { background-color: #2A5220; }
a { background-color: rgb(42,82,32); }
div.DivClassName
{
background-color: #2A5220;
}
.BgClassName
{
background-color: #2A5220;
}
</style>
border-color css
<style>
span { border-color: #2A5220; }
span { border-color: rgb(42,82,32); }
td.TdClassName
{
border-color: #2A5220;
}
.TagClassName
{
border-color: #2A5220;
}
</style>