Shades of Myrtle #2A4A24
Tints of Myrtle #2A4A24
RGB
CMYK
RGB Variations
Color information
#2A4A24 (or 0x2A4A24) is known color: Myrtle. HEX triplet: 2A, 4A and 24. RGB value is (42,74,36). Sum of RGB (Red+Green+Blue) = 42+74+36=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A24 is #D5B5DB. Grayscale: #3C3C3C. Windows color (decimal): -14005724 or 2378282. OLE color: 2378282.
HSL color Cylindrical-coordinate representation of color #2A4A24: hue angle of 110.53º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4A24 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 36 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.71 |
| HSL | 110.53º | 0.35% | 0.22% | - |
| HSV(B) | 110.53º | 0.51% | 0.29% | - |
| XYZ | 3.72 | 5.52 | 2.54 | - |
| YUV | 60.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 36 | 0.43 | 0 | 0.51 | 0.71 | 110.53 | 0.35 | 0.22 |
| Hex | 2A | 4A | 24 | 2B | 0 | 33 | 47 | 6F | 23 | 16 |
| Octal | 52 | 112 | 44 | 53 | 0 | 63 | 107 | 157 | 43 | 26 |
| Binary | 101010 | 1001010 | 100100 | 101011 | 0 | 110011 | 1000111 | 1101111 | 100011 | 10110 |
Color Harmonies of #2A4A24
Complementary color
Monochromatic Colors of #2A4A24
Black with #2A4A24
Text Example
Text Example
White with #2A4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A24; }
p { color: rgb(42,74,36); }
H1.HeaderClassName
{
color: #2A4A24;
}
.AnyTagClassName
{
color: #2A4A24;
}
</style>
background-color css
<style>
a { background-color: #2A4A24; }
a { background-color: rgb(42,74,36); }
div.DivClassName
{
background-color: #2A4A24;
}
.BgClassName
{
background-color: #2A4A24;
}
</style>
border-color css
<style>
span { border-color: #2A4A24; }
span { border-color: rgb(42,74,36); }
td.TdClassName
{
border-color: #2A4A24;
}
.TagClassName
{
border-color: #2A4A24;
}
</style>