Shades of Myrtle #2A4820
Tints of Myrtle #2A4820
RGB
CMYK
RGB Variations
Color information
#2A4820 (or 0x2A4820) is known color: Myrtle. HEX triplet: 2A, 48 and 20. RGB value is (42,72,32). Sum of RGB (Red+Green+Blue) = 42+72+32=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4820 is #D5B7DF. Grayscale: #3A3A3A. Windows color (decimal): -14006240 or 2115626. OLE color: 2115626.
HSL color Cylindrical-coordinate representation of color #2A4820: hue angle of 105º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A4820 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 32 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.72 |
| HSL | 105º | 0.38% | 0.2% | - |
| HSV(B) | 105º | 0.56% | 0.28% | - |
| XYZ | 3.53 | 5.23 | 2.19 | - |
| YUV | 58.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 32 | 0.42 | 0 | 0.56 | 0.72 | 105 | 0.38 | 0.2 |
| Hex | 2A | 48 | 20 | 2A | 0 | 38 | 48 | 69 | 26 | 14 |
| Octal | 52 | 110 | 40 | 52 | 0 | 70 | 110 | 151 | 46 | 24 |
| Binary | 101010 | 1001000 | 100000 | 101010 | 0 | 111000 | 1001000 | 1101001 | 100110 | 10100 |
Color Harmonies of #2A4820
Complementary color
Monochromatic Colors of #2A4820
Black with #2A4820
Text Example
Text Example
White with #2A4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4820; }
p { color: rgb(42,72,32); }
H1.HeaderClassName
{
color: #2A4820;
}
.AnyTagClassName
{
color: #2A4820;
}
</style>
background-color css
<style>
a { background-color: #2A4820; }
a { background-color: rgb(42,72,32); }
div.DivClassName
{
background-color: #2A4820;
}
.BgClassName
{
background-color: #2A4820;
}
</style>
border-color css
<style>
span { border-color: #2A4820; }
span { border-color: rgb(42,72,32); }
td.TdClassName
{
border-color: #2A4820;
}
.TagClassName
{
border-color: #2A4820;
}
</style>