Shades of Myrtle #2A561C
Tints of Myrtle #2A561C
RGB
CMYK
RGB Variations
Color information
#2A561C (or 0x2A561C) is known color: Myrtle. HEX triplet: 2A, 56 and 1C. RGB value is (42,86,28). Sum of RGB (Red+Green+Blue) = 42+86+28=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #2A561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A561C is #D5A9E3. Grayscale: #424242. Windows color (decimal): -14002660 or 1857066. OLE color: 1857066.
HSL color Cylindrical-coordinate representation of color #2A561C: hue angle of 105.52º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A561C is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 86 | 28 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.66 |
| HSL | 105.52º | 0.51% | 0.22% | - |
| HSV(B) | 105.52º | 0.67% | 0.34% | - |
| XYZ | 4.49 | 7.23 | 2.26 | - |
| YUV | 66.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 28 | 0.51 | 0 | 0.67 | 0.66 | 105.52 | 0.51 | 0.22 |
| Hex | 2A | 56 | 1C | 33 | 0 | 43 | 42 | 6A | 33 | 16 |
| Octal | 52 | 126 | 34 | 63 | 0 | 103 | 102 | 152 | 63 | 26 |
| Binary | 101010 | 1010110 | 11100 | 110011 | 0 | 1000011 | 1000010 | 1101010 | 110011 | 10110 |
Color Harmonies of #2A561C
Complementary color
Monochromatic Colors of #2A561C
Black with #2A561C
Text Example
Text Example
White with #2A561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A561C; }
p { color: rgb(42,86,28); }
H1.HeaderClassName
{
color: #2A561C;
}
.AnyTagClassName
{
color: #2A561C;
}
</style>
background-color css
<style>
a { background-color: #2A561C; }
a { background-color: rgb(42,86,28); }
div.DivClassName
{
background-color: #2A561C;
}
.BgClassName
{
background-color: #2A561C;
}
</style>
border-color css
<style>
span { border-color: #2A561C; }
span { border-color: rgb(42,86,28); }
td.TdClassName
{
border-color: #2A561C;
}
.TagClassName
{
border-color: #2A561C;
}
</style>