Shades of Myrtle #2A4928
Tints of Myrtle #2A4928
RGB
CMYK
RGB Variations
Color information
#2A4928 (or 0x2A4928) is known color: Myrtle. HEX triplet: 2A, 49 and 28. RGB value is (42,73,40). Sum of RGB (Red+Green+Blue) = 42+73+40=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4928 is #D5B6D7. Grayscale: #3C3C3C. Windows color (decimal): -14005976 or 2640170. OLE color: 2640170.
HSL color Cylindrical-coordinate representation of color #2A4928: hue angle of 116.36º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4928 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 40 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.71 |
| HSL | 116.36º | 0.29% | 0.22% | - |
| HSV(B) | 116.36º | 0.45% | 0.29% | - |
| XYZ | 3.72 | 5.41 | 2.86 | - |
| YUV | 59.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 40 | 0.42 | 0 | 0.45 | 0.71 | 116.36 | 0.29 | 0.22 |
| Hex | 2A | 49 | 28 | 2A | 0 | 2D | 47 | 74 | 1D | 16 |
| Octal | 52 | 111 | 50 | 52 | 0 | 55 | 107 | 164 | 35 | 26 |
| Binary | 101010 | 1001001 | 101000 | 101010 | 0 | 101101 | 1000111 | 1110100 | 11101 | 10110 |
Color Harmonies of #2A4928
Complementary color
Monochromatic Colors of #2A4928
Black with #2A4928
Text Example
Text Example
White with #2A4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4928; }
p { color: rgb(42,73,40); }
H1.HeaderClassName
{
color: #2A4928;
}
.AnyTagClassName
{
color: #2A4928;
}
</style>
background-color css
<style>
a { background-color: #2A4928; }
a { background-color: rgb(42,73,40); }
div.DivClassName
{
background-color: #2A4928;
}
.BgClassName
{
background-color: #2A4928;
}
</style>
border-color css
<style>
span { border-color: #2A4928; }
span { border-color: rgb(42,73,40); }
td.TdClassName
{
border-color: #2A4928;
}
.TagClassName
{
border-color: #2A4928;
}
</style>