Shades of Myrtle #2A4922
Tints of Myrtle #2A4922
RGB
CMYK
RGB Variations
Color information
#2A4922 (or 0x2A4922) is known color: Myrtle. HEX triplet: 2A, 49 and 22. RGB value is (42,73,34). Sum of RGB (Red+Green+Blue) = 42+73+34=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4922 is #D5B6DD. Grayscale: #3B3B3B. Windows color (decimal): -14005982 or 2246954. OLE color: 2246954.
HSL color Cylindrical-coordinate representation of color #2A4922: hue angle of 107.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A4922 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 34 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.71 |
| HSL | 107.69º | 0.36% | 0.21% | - |
| HSV(B) | 107.69º | 0.53% | 0.29% | - |
| XYZ | 3.63 | 5.37 | 2.36 | - |
| YUV | 59.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 34 | 0.42 | 0 | 0.53 | 0.71 | 107.69 | 0.36 | 0.21 |
| Hex | 2A | 49 | 22 | 2A | 0 | 35 | 47 | 6C | 24 | 15 |
| Octal | 52 | 111 | 42 | 52 | 0 | 65 | 107 | 154 | 44 | 25 |
| Binary | 101010 | 1001001 | 100010 | 101010 | 0 | 110101 | 1000111 | 1101100 | 100100 | 10101 |
Color Harmonies of #2A4922
Complementary color
Monochromatic Colors of #2A4922
Black with #2A4922
Text Example
Text Example
White with #2A4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4922; }
p { color: rgb(42,73,34); }
H1.HeaderClassName
{
color: #2A4922;
}
.AnyTagClassName
{
color: #2A4922;
}
</style>
background-color css
<style>
a { background-color: #2A4922; }
a { background-color: rgb(42,73,34); }
div.DivClassName
{
background-color: #2A4922;
}
.BgClassName
{
background-color: #2A4922;
}
</style>
border-color css
<style>
span { border-color: #2A4922; }
span { border-color: rgb(42,73,34); }
td.TdClassName
{
border-color: #2A4922;
}
.TagClassName
{
border-color: #2A4922;
}
</style>