Shades of Myrtle #2A571A
Tints of Myrtle #2A571A
RGB
CMYK
RGB Variations
Color information
#2A571A (or 0x2A571A) is known color: Myrtle. HEX triplet: 2A, 57 and 1A. RGB value is (42,87,26). Sum of RGB (Red+Green+Blue) = 42+87+26=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #2A571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A571A is #D5A8E5. Grayscale: #424242. Windows color (decimal): -14002406 or 1726250. OLE color: 1726250.
HSL color Cylindrical-coordinate representation of color #2A571A: hue angle of 104.26º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A571A is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 87 | 26 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.66 |
| HSL | 104.26º | 0.54% | 0.22% | - |
| HSV(B) | 104.26º | 0.7% | 0.34% | - |
| XYZ | 4.55 | 7.38 | 2.16 | - |
| YUV | 66.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 26 | 0.52 | 0 | 0.70 | 0.66 | 104.26 | 0.54 | 0.22 |
| Hex | 2A | 57 | 1A | 34 | 0 | 46 | 42 | 68 | 36 | 16 |
| Octal | 52 | 127 | 32 | 64 | 0 | 106 | 102 | 150 | 66 | 26 |
| Binary | 101010 | 1010111 | 11010 | 110100 | 0 | 1000110 | 1000010 | 1101000 | 110110 | 10110 |
Color Harmonies of #2A571A
Complementary color
Monochromatic Colors of #2A571A
Black with #2A571A
Text Example
Text Example
White with #2A571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A571A; }
p { color: rgb(42,87,26); }
H1.HeaderClassName
{
color: #2A571A;
}
.AnyTagClassName
{
color: #2A571A;
}
</style>
background-color css
<style>
a { background-color: #2A571A; }
a { background-color: rgb(42,87,26); }
div.DivClassName
{
background-color: #2A571A;
}
.BgClassName
{
background-color: #2A571A;
}
</style>
border-color css
<style>
span { border-color: #2A571A; }
span { border-color: rgb(42,87,26); }
td.TdClassName
{
border-color: #2A571A;
}
.TagClassName
{
border-color: #2A571A;
}
</style>