Shades of Myrtle #2A491D
Tints of Myrtle #2A491D
RGB
CMYK
RGB Variations
Color information
#2A491D (or 0x2A491D) is known color: Myrtle. HEX triplet: 2A, 49 and 1D. RGB value is (42,73,29). Sum of RGB (Red+Green+Blue) = 42+73+29=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #2A491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A491D is #D5B6E2. Grayscale: #3A3A3A. Windows color (decimal): -14005987 or 1919274. OLE color: 1919274.
HSL color Cylindrical-coordinate representation of color #2A491D: hue angle of 102.27º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A491D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 29 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.71 |
| HSL | 102.27º | 0.43% | 0.2% | - |
| HSV(B) | 102.27º | 0.6% | 0.29% | - |
| XYZ | 3.56 | 5.35 | 2.01 | - |
| YUV | 58.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 29 | 0.42 | 0 | 0.60 | 0.71 | 102.27 | 0.43 | 0.2 |
| Hex | 2A | 49 | 1D | 2A | 0 | 3C | 47 | 66 | 2B | 14 |
| Octal | 52 | 111 | 35 | 52 | 0 | 74 | 107 | 146 | 53 | 24 |
| Binary | 101010 | 1001001 | 11101 | 101010 | 0 | 111100 | 1000111 | 1100110 | 101011 | 10100 |
Color Harmonies of #2A491D
Complementary color
Monochromatic Colors of #2A491D
Black with #2A491D
Text Example
Text Example
White with #2A491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A491D; }
p { color: rgb(42,73,29); }
H1.HeaderClassName
{
color: #2A491D;
}
.AnyTagClassName
{
color: #2A491D;
}
</style>
background-color css
<style>
a { background-color: #2A491D; }
a { background-color: rgb(42,73,29); }
div.DivClassName
{
background-color: #2A491D;
}
.BgClassName
{
background-color: #2A491D;
}
</style>
border-color css
<style>
span { border-color: #2A491D; }
span { border-color: rgb(42,73,29); }
td.TdClassName
{
border-color: #2A491D;
}
.TagClassName
{
border-color: #2A491D;
}
</style>