Shades of Myrtle #2A3629
Tints of Myrtle #2A3629
RGB
CMYK
RGB Variations
Color information
#2A3629 (or 0x2A3629) is known color: Myrtle. HEX triplet: 2A, 36 and 29. RGB value is (42,54,41). Sum of RGB (Red+Green+Blue) = 42+54+41=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3629 is #D5C9D6. Grayscale: #303030. Windows color (decimal): -14010839 or 2700842. OLE color: 2700842.
HSL color Cylindrical-coordinate representation of color #2A3629: hue angle of 115.38º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A3629 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 41 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.79 |
| HSL | 115.38º | 0.14% | 0.19% | - |
| HSV(B) | 115.38º | 0.24% | 0.21% | - |
| XYZ | 2.67 | 3.29 | 2.59 | - |
| YUV | 48.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 41 | 0.22 | 0 | 0.24 | 0.79 | 115.38 | 0.14 | 0.19 |
| Hex | 2A | 36 | 29 | 16 | 0 | 18 | 4F | 73 | E | 13 |
| Octal | 52 | 66 | 51 | 26 | 0 | 30 | 117 | 163 | 16 | 23 |
| Binary | 101010 | 110110 | 101001 | 10110 | 0 | 11000 | 1001111 | 1110011 | 1110 | 10011 |
Color Harmonies of #2A3629
Complementary color
Monochromatic Colors of #2A3629
Black with #2A3629
Text Example
Text Example
White with #2A3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3629; }
p { color: rgb(42,54,41); }
H1.HeaderClassName
{
color: #2A3629;
}
.AnyTagClassName
{
color: #2A3629;
}
</style>
background-color css
<style>
a { background-color: #2A3629; }
a { background-color: rgb(42,54,41); }
div.DivClassName
{
background-color: #2A3629;
}
.BgClassName
{
background-color: #2A3629;
}
</style>
border-color css
<style>
span { border-color: #2A3629; }
span { border-color: rgb(42,54,41); }
td.TdClassName
{
border-color: #2A3629;
}
.TagClassName
{
border-color: #2A3629;
}
</style>