Shades of Myrtle #2A5819
Tints of Myrtle #2A5819
RGB
CMYK
RGB Variations
Color information
#2A5819 (or 0x2A5819) is known color: Myrtle. HEX triplet: 2A, 58 and 19. RGB value is (42,88,25). Sum of RGB (Red+Green+Blue) = 42+88+25=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #2A5819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5819 is #D5A7E6. Grayscale: #434343. Windows color (decimal): -14002151 or 1660970. OLE color: 1660970.
HSL color Cylindrical-coordinate representation of color #2A5819: hue angle of 103.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A5819 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 25 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.65 |
| HSL | 103.81º | 0.56% | 0.22% | - |
| HSV(B) | 103.81º | 0.72% | 0.35% | - |
| XYZ | 4.62 | 7.54 | 2.13 | - |
| YUV | 67.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 25 | 0.52 | 0 | 0.72 | 0.65 | 103.81 | 0.56 | 0.22 |
| Hex | 2A | 58 | 19 | 34 | 0 | 48 | 41 | 68 | 38 | 16 |
| Octal | 52 | 130 | 31 | 64 | 0 | 110 | 101 | 150 | 70 | 26 |
| Binary | 101010 | 1011000 | 11001 | 110100 | 0 | 1001000 | 1000001 | 1101000 | 111000 | 10110 |
Color Harmonies of #2A5819
Complementary color
Monochromatic Colors of #2A5819
Black with #2A5819
Text Example
Text Example
White with #2A5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5819; }
p { color: rgb(42,88,25); }
H1.HeaderClassName
{
color: #2A5819;
}
.AnyTagClassName
{
color: #2A5819;
}
</style>
background-color css
<style>
a { background-color: #2A5819; }
a { background-color: rgb(42,88,25); }
div.DivClassName
{
background-color: #2A5819;
}
.BgClassName
{
background-color: #2A5819;
}
</style>
border-color css
<style>
span { border-color: #2A5819; }
span { border-color: rgb(42,88,25); }
td.TdClassName
{
border-color: #2A5819;
}
.TagClassName
{
border-color: #2A5819;
}
</style>