Shades of Elm #29847A
Tints of Elm #29847A
RGB
CMYK
RGB Variations
Color information
#29847A (or 0x29847A) is known color: Elm. HEX triplet: 29, 84 and 7A. RGB value is (41,132,122). Sum of RGB (Red+Green+Blue) = 41+132+122=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #29847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29847A is #D67B85. Grayscale: #676767. Windows color (decimal): -14056326 or 8029225. OLE color: 8029225.
HSL color Cylindrical-coordinate representation of color #29847A: hue angle of 173.41º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29847A is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 132 | 122 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.48 |
| HSL | 173.41º | 0.53% | 0.34% | - |
| HSV(B) | 173.41º | 0.69% | 0.52% | - |
| XYZ | 12.68 | 18.38 | 21.29 | - |
| YUV | 103.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 122 | 0.69 | 0 | 0.08 | 0.48 | 173.41 | 0.53 | 0.34 |
| Hex | 29 | 84 | 7A | 45 | 0 | 8 | 30 | AD | 35 | 22 |
| Octal | 51 | 204 | 172 | 105 | 0 | 10 | 60 | 255 | 65 | 42 |
| Binary | 101001 | 10000100 | 1111010 | 1000101 | 0 | 1000 | 110000 | 10101101 | 110101 | 100010 |
Color Harmonies of #29847A
Complementary color
Monochromatic Colors of #29847A
Black with #29847A
Text Example
Text Example
White with #29847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29847A; }
p { color: rgb(41,132,122); }
H1.HeaderClassName
{
color: #29847A;
}
.AnyTagClassName
{
color: #29847A;
}
</style>
background-color css
<style>
a { background-color: #29847A; }
a { background-color: rgb(41,132,122); }
div.DivClassName
{
background-color: #29847A;
}
.BgClassName
{
background-color: #29847A;
}
</style>
border-color css
<style>
span { border-color: #29847A; }
span { border-color: rgb(41,132,122); }
td.TdClassName
{
border-color: #29847A;
}
.TagClassName
{
border-color: #29847A;
}
</style>