Shades of Myrtle #2A4622
Tints of Myrtle #2A4622
RGB
CMYK
RGB Variations
Color information
#2A4622 (or 0x2A4622) is known color: Myrtle. HEX triplet: 2A, 46 and 22. RGB value is (42,70,34). Sum of RGB (Red+Green+Blue) = 42+70+34=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4622 is #D5B9DD. Grayscale: #393939. Windows color (decimal): -14006750 or 2246186. OLE color: 2246186.
HSL color Cylindrical-coordinate representation of color #2A4622: hue angle of 106.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4622 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 34 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.73 |
| HSL | 106.67º | 0.35% | 0.2% | - |
| HSV(B) | 106.67º | 0.51% | 0.27% | - |
| XYZ | 3.43 | 4.99 | 2.3 | - |
| YUV | 57.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 34 | 0.40 | 0 | 0.51 | 0.73 | 106.67 | 0.35 | 0.2 |
| Hex | 2A | 46 | 22 | 28 | 0 | 33 | 49 | 6B | 23 | 14 |
| Octal | 52 | 106 | 42 | 50 | 0 | 63 | 111 | 153 | 43 | 24 |
| Binary | 101010 | 1000110 | 100010 | 101000 | 0 | 110011 | 1001001 | 1101011 | 100011 | 10100 |
Color Harmonies of #2A4622
Complementary color
Monochromatic Colors of #2A4622
Black with #2A4622
Text Example
Text Example
White with #2A4622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4622; }
p { color: rgb(42,70,34); }
H1.HeaderClassName
{
color: #2A4622;
}
.AnyTagClassName
{
color: #2A4622;
}
</style>
background-color css
<style>
a { background-color: #2A4622; }
a { background-color: rgb(42,70,34); }
div.DivClassName
{
background-color: #2A4622;
}
.BgClassName
{
background-color: #2A4622;
}
</style>
border-color css
<style>
span { border-color: #2A4622; }
span { border-color: rgb(42,70,34); }
td.TdClassName
{
border-color: #2A4622;
}
.TagClassName
{
border-color: #2A4622;
}
</style>