Shades of Myrtle #2A4C29
Tints of Myrtle #2A4C29
RGB
CMYK
RGB Variations
Color information
#2A4C29 (or 0x2A4C29) is known color: Myrtle. HEX triplet: 2A, 4C and 29. RGB value is (42,76,41). Sum of RGB (Red+Green+Blue) = 42+76+41=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4C29 is #D5B3D6. Grayscale: #3D3D3D. Windows color (decimal): -14005207 or 2706474. OLE color: 2706474.
HSL color Cylindrical-coordinate representation of color #2A4C29: hue angle of 118.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4C29 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 76 | 41 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.70 |
| HSL | 118.29º | 0.3% | 0.23% | - |
| HSV(B) | 118.29º | 0.46% | 0.3% | - |
| XYZ | 3.94 | 5.82 | 3.01 | - |
| YUV | 61.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 41 | 0.45 | 0 | 0.46 | 0.70 | 118.29 | 0.3 | 0.23 |
| Hex | 2A | 4C | 29 | 2D | 0 | 2E | 46 | 76 | 1E | 17 |
| Octal | 52 | 114 | 51 | 55 | 0 | 56 | 106 | 166 | 36 | 27 |
| Binary | 101010 | 1001100 | 101001 | 101101 | 0 | 101110 | 1000110 | 1110110 | 11110 | 10111 |
Color Harmonies of #2A4C29
Complementary color
Monochromatic Colors of #2A4C29
Black with #2A4C29
Text Example
Text Example
White with #2A4C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4C29; }
p { color: rgb(42,76,41); }
H1.HeaderClassName
{
color: #2A4C29;
}
.AnyTagClassName
{
color: #2A4C29;
}
</style>
background-color css
<style>
a { background-color: #2A4C29; }
a { background-color: rgb(42,76,41); }
div.DivClassName
{
background-color: #2A4C29;
}
.BgClassName
{
background-color: #2A4C29;
}
</style>
border-color css
<style>
span { border-color: #2A4C29; }
span { border-color: rgb(42,76,41); }
td.TdClassName
{
border-color: #2A4C29;
}
.TagClassName
{
border-color: #2A4C29;
}
</style>