Shades of Myrtle #2A4720
Tints of Myrtle #2A4720
RGB
CMYK
RGB Variations
Color information
#2A4720 (or 0x2A4720) is known color: Myrtle. HEX triplet: 2A, 47 and 20. RGB value is (42,71,32). Sum of RGB (Red+Green+Blue) = 42+71+32=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4720 is #D5B8DF. Grayscale: #3A3A3A. Windows color (decimal): -14006496 or 2115370. OLE color: 2115370.
HSL color Cylindrical-coordinate representation of color #2A4720: hue angle of 104.62º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A4720 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 32 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.72 |
| HSL | 104.62º | 0.38% | 0.2% | - |
| HSV(B) | 104.62º | 0.55% | 0.28% | - |
| XYZ | 3.47 | 5.1 | 2.17 | - |
| YUV | 57.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 32 | 0.41 | 0 | 0.55 | 0.72 | 104.62 | 0.38 | 0.2 |
| Hex | 2A | 47 | 20 | 29 | 0 | 37 | 48 | 69 | 26 | 14 |
| Octal | 52 | 107 | 40 | 51 | 0 | 67 | 110 | 151 | 46 | 24 |
| Binary | 101010 | 1000111 | 100000 | 101001 | 0 | 110111 | 1001000 | 1101001 | 100110 | 10100 |
Color Harmonies of #2A4720
Complementary color
Monochromatic Colors of #2A4720
Black with #2A4720
Text Example
Text Example
White with #2A4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4720; }
p { color: rgb(42,71,32); }
H1.HeaderClassName
{
color: #2A4720;
}
.AnyTagClassName
{
color: #2A4720;
}
</style>
background-color css
<style>
a { background-color: #2A4720; }
a { background-color: rgb(42,71,32); }
div.DivClassName
{
background-color: #2A4720;
}
.BgClassName
{
background-color: #2A4720;
}
</style>
border-color css
<style>
span { border-color: #2A4720; }
span { border-color: rgb(42,71,32); }
td.TdClassName
{
border-color: #2A4720;
}
.TagClassName
{
border-color: #2A4720;
}
</style>