Shades of Myrtle #2A4A20
Tints of Myrtle #2A4A20
RGB
CMYK
RGB Variations
Color information
#2A4A20 (or 0x2A4A20) is known color: Myrtle. HEX triplet: 2A, 4A and 20. RGB value is (42,74,32). Sum of RGB (Red+Green+Blue) = 42+74+32=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A20 is #D5B5DF. Grayscale: #3B3B3B. Windows color (decimal): -14005728 or 2116138. OLE color: 2116138.
HSL color Cylindrical-coordinate representation of color #2A4A20: hue angle of 105.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A4A20 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 32 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.71 |
| HSL | 105.71º | 0.4% | 0.21% | - |
| HSV(B) | 105.71º | 0.57% | 0.29% | - |
| XYZ | 3.66 | 5.49 | 2.23 | - |
| YUV | 59.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 32 | 0.43 | 0 | 0.57 | 0.71 | 105.71 | 0.4 | 0.21 |
| Hex | 2A | 4A | 20 | 2B | 0 | 39 | 47 | 6A | 28 | 15 |
| Octal | 52 | 112 | 40 | 53 | 0 | 71 | 107 | 152 | 50 | 25 |
| Binary | 101010 | 1001010 | 100000 | 101011 | 0 | 111001 | 1000111 | 1101010 | 101000 | 10101 |
Color Harmonies of #2A4A20
Complementary color
Monochromatic Colors of #2A4A20
Black with #2A4A20
Text Example
Text Example
White with #2A4A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A20; }
p { color: rgb(42,74,32); }
H1.HeaderClassName
{
color: #2A4A20;
}
.AnyTagClassName
{
color: #2A4A20;
}
</style>
background-color css
<style>
a { background-color: #2A4A20; }
a { background-color: rgb(42,74,32); }
div.DivClassName
{
background-color: #2A4A20;
}
.BgClassName
{
background-color: #2A4A20;
}
</style>
border-color css
<style>
span { border-color: #2A4A20; }
span { border-color: rgb(42,74,32); }
td.TdClassName
{
border-color: #2A4A20;
}
.TagClassName
{
border-color: #2A4A20;
}
</style>