Shades of Myrtle #29462A
Tints of Myrtle #29462A
RGB
CMYK
RGB Variations
Color information
#29462A (or 0x29462A) is known color: Myrtle. HEX triplet: 29, 46 and 2A. RGB value is (41,70,42). Sum of RGB (Red+Green+Blue) = 41+70+42=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #29462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29462A is #D6B9D5. Grayscale: #3A3A3A. Windows color (decimal): -14072278 or 2770473. OLE color: 2770473.
HSL color Cylindrical-coordinate representation of color #29462A: hue angle of 122.07º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29462A is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 42 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.73 |
| HSL | 122.07º | 0.26% | 0.22% | - |
| HSV(B) | 122.07º | 0.41% | 0.27% | - |
| XYZ | 3.52 | 5.02 | 2.97 | - |
| YUV | 58.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 42 | 0.41 | 0 | 0.40 | 0.73 | 122.07 | 0.26 | 0.22 |
| Hex | 29 | 46 | 2A | 29 | 0 | 28 | 49 | 7A | 1A | 16 |
| Octal | 51 | 106 | 52 | 51 | 0 | 50 | 111 | 172 | 32 | 26 |
| Binary | 101001 | 1000110 | 101010 | 101001 | 0 | 101000 | 1001001 | 1111010 | 11010 | 10110 |
Color Harmonies of #29462A
Complementary color
Monochromatic Colors of #29462A
Black with #29462A
Text Example
Text Example
White with #29462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29462A; }
p { color: rgb(41,70,42); }
H1.HeaderClassName
{
color: #29462A;
}
.AnyTagClassName
{
color: #29462A;
}
</style>
background-color css
<style>
a { background-color: #29462A; }
a { background-color: rgb(41,70,42); }
div.DivClassName
{
background-color: #29462A;
}
.BgClassName
{
background-color: #29462A;
}
</style>
border-color css
<style>
span { border-color: #29462A; }
span { border-color: rgb(41,70,42); }
td.TdClassName
{
border-color: #29462A;
}
.TagClassName
{
border-color: #29462A;
}
</style>