Shades of Myrtle #2A4621
Tints of Myrtle #2A4621
RGB
CMYK
RGB Variations
Color information
#2A4621 (or 0x2A4621) is known color: Myrtle. HEX triplet: 2A, 46 and 21. RGB value is (42,70,33). Sum of RGB (Red+Green+Blue) = 42+70+33=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4621 is #D5B9DE. Grayscale: #393939. Windows color (decimal): -14006751 or 2180650. OLE color: 2180650.
HSL color Cylindrical-coordinate representation of color #2A4621: hue angle of 105.41º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A4621 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 33 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.73 |
| HSL | 105.41º | 0.36% | 0.2% | - |
| HSV(B) | 105.41º | 0.53% | 0.27% | - |
| XYZ | 3.42 | 4.98 | 2.22 | - |
| YUV | 57.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 33 | 0.40 | 0 | 0.53 | 0.73 | 105.41 | 0.36 | 0.2 |
| Hex | 2A | 46 | 21 | 28 | 0 | 35 | 49 | 69 | 24 | 14 |
| Octal | 52 | 106 | 41 | 50 | 0 | 65 | 111 | 151 | 44 | 24 |
| Binary | 101010 | 1000110 | 100001 | 101000 | 0 | 110101 | 1001001 | 1101001 | 100100 | 10100 |
Color Harmonies of #2A4621
Complementary color
Monochromatic Colors of #2A4621
Black with #2A4621
Text Example
Text Example
White with #2A4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4621; }
p { color: rgb(42,70,33); }
H1.HeaderClassName
{
color: #2A4621;
}
.AnyTagClassName
{
color: #2A4621;
}
</style>
background-color css
<style>
a { background-color: #2A4621; }
a { background-color: rgb(42,70,33); }
div.DivClassName
{
background-color: #2A4621;
}
.BgClassName
{
background-color: #2A4621;
}
</style>
border-color css
<style>
span { border-color: #2A4621; }
span { border-color: rgb(42,70,33); }
td.TdClassName
{
border-color: #2A4621;
}
.TagClassName
{
border-color: #2A4621;
}
</style>