Shades of Myrtle #2A541D
Tints of Myrtle #2A541D
RGB
CMYK
RGB Variations
Color information
#2A541D (or 0x2A541D) is known color: Myrtle. HEX triplet: 2A, 54 and 1D. RGB value is (42,84,29). Sum of RGB (Red+Green+Blue) = 42+84+29=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #2A541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A541D is #D5ABE2. Grayscale: #414141. Windows color (decimal): -14003171 or 1922090. OLE color: 1922090.
HSL color Cylindrical-coordinate representation of color #2A541D: hue angle of 105.82º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A541D is Cyan = 0.5, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 29 | - |
| CMYK | 0.5 | 0 | 0.65 | 0.67 |
| HSL | 105.82º | 0.49% | 0.22% | - |
| HSV(B) | 105.82º | 0.65% | 0.33% | - |
| XYZ | 4.35 | 6.92 | 2.27 | - |
| YUV | 65.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 29 | 0.5 | 0 | 0.65 | 0.67 | 105.82 | 0.49 | 0.22 |
| Hex | 2A | 54 | 1D | 32 | 0 | 41 | 43 | 6A | 31 | 16 |
| Octal | 52 | 124 | 35 | 62 | 0 | 101 | 103 | 152 | 61 | 26 |
| Binary | 101010 | 1010100 | 11101 | 110010 | 0 | 1000001 | 1000011 | 1101010 | 110001 | 10110 |
Color Harmonies of #2A541D
Complementary color
Monochromatic Colors of #2A541D
Black with #2A541D
Text Example
Text Example
White with #2A541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A541D; }
p { color: rgb(42,84,29); }
H1.HeaderClassName
{
color: #2A541D;
}
.AnyTagClassName
{
color: #2A541D;
}
</style>
background-color css
<style>
a { background-color: #2A541D; }
a { background-color: rgb(42,84,29); }
div.DivClassName
{
background-color: #2A541D;
}
.BgClassName
{
background-color: #2A541D;
}
</style>
border-color css
<style>
span { border-color: #2A541D; }
span { border-color: rgb(42,84,29); }
td.TdClassName
{
border-color: #2A541D;
}
.TagClassName
{
border-color: #2A541D;
}
</style>