Shades of Myrtle #2A4921
Tints of Myrtle #2A4921
RGB
CMYK
RGB Variations
Color information
#2A4921 (or 0x2A4921) is known color: Myrtle. HEX triplet: 2A, 49 and 21. RGB value is (42,73,33). Sum of RGB (Red+Green+Blue) = 42+73+33=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4921 is #D5B6DE. Grayscale: #3B3B3B. Windows color (decimal): -14005983 or 2181418. OLE color: 2181418.
HSL color Cylindrical-coordinate representation of color #2A4921: hue angle of 106.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A4921 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 33 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.71 |
| HSL | 106.5º | 0.38% | 0.21% | - |
| HSV(B) | 106.5º | 0.55% | 0.29% | - |
| XYZ | 3.61 | 5.37 | 2.28 | - |
| YUV | 59.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 33 | 0.42 | 0 | 0.55 | 0.71 | 106.5 | 0.38 | 0.21 |
| Hex | 2A | 49 | 21 | 2A | 0 | 37 | 47 | 6A | 26 | 15 |
| Octal | 52 | 111 | 41 | 52 | 0 | 67 | 107 | 152 | 46 | 25 |
| Binary | 101010 | 1001001 | 100001 | 101010 | 0 | 110111 | 1000111 | 1101010 | 100110 | 10101 |
Color Harmonies of #2A4921
Complementary color
Monochromatic Colors of #2A4921
Black with #2A4921
Text Example
Text Example
White with #2A4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4921; }
p { color: rgb(42,73,33); }
H1.HeaderClassName
{
color: #2A4921;
}
.AnyTagClassName
{
color: #2A4921;
}
</style>
background-color css
<style>
a { background-color: #2A4921; }
a { background-color: rgb(42,73,33); }
div.DivClassName
{
background-color: #2A4921;
}
.BgClassName
{
background-color: #2A4921;
}
</style>
border-color css
<style>
span { border-color: #2A4921; }
span { border-color: rgb(42,73,33); }
td.TdClassName
{
border-color: #2A4921;
}
.TagClassName
{
border-color: #2A4921;
}
</style>