Shades of Myrtle #2A4729
Tints of Myrtle #2A4729
RGB
CMYK
RGB Variations
Color information
#2A4729 (or 0x2A4729) is known color: Myrtle. HEX triplet: 2A, 47 and 29. RGB value is (42,71,41). Sum of RGB (Red+Green+Blue) = 42+71+41=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4729 is #D5B8D6. Grayscale: #3B3B3B. Windows color (decimal): -14006487 or 2705194. OLE color: 2705194.
HSL color Cylindrical-coordinate representation of color #2A4729: hue angle of 118º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4729 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 41 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.72 |
| HSL | 118º | 0.27% | 0.22% | - |
| HSV(B) | 118º | 0.42% | 0.28% | - |
| XYZ | 3.61 | 5.16 | 2.9 | - |
| YUV | 58.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 41 | 0.41 | 0 | 0.42 | 0.72 | 118 | 0.27 | 0.22 |
| Hex | 2A | 47 | 29 | 29 | 0 | 2A | 48 | 76 | 1B | 16 |
| Octal | 52 | 107 | 51 | 51 | 0 | 52 | 110 | 166 | 33 | 26 |
| Binary | 101010 | 1000111 | 101001 | 101001 | 0 | 101010 | 1001000 | 1110110 | 11011 | 10110 |
Color Harmonies of #2A4729
Complementary color
Monochromatic Colors of #2A4729
Black with #2A4729
Text Example
Text Example
White with #2A4729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4729; }
p { color: rgb(42,71,41); }
H1.HeaderClassName
{
color: #2A4729;
}
.AnyTagClassName
{
color: #2A4729;
}
</style>
background-color css
<style>
a { background-color: #2A4729; }
a { background-color: rgb(42,71,41); }
div.DivClassName
{
background-color: #2A4729;
}
.BgClassName
{
background-color: #2A4729;
}
</style>
border-color css
<style>
span { border-color: #2A4729; }
span { border-color: rgb(42,71,41); }
td.TdClassName
{
border-color: #2A4729;
}
.TagClassName
{
border-color: #2A4729;
}
</style>