Shades of Elm #29897A
Tints of Elm #29897A
RGB
CMYK
RGB Variations
Color information
#29897A (or 0x29897A) is known color: Elm. HEX triplet: 29, 89 and 7A. RGB value is (41,137,122). Sum of RGB (Red+Green+Blue) = 41+137+122=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #29897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29897A is #D67685. Grayscale: #6A6A6A. Windows color (decimal): -14055046 or 8030505. OLE color: 8030505.
HSL color Cylindrical-coordinate representation of color #29897A: hue angle of 170.62º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29897A is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 137 | 122 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.46 |
| HSL | 170.63º | 0.54% | 0.35% | - |
| HSV(B) | 170.63º | 0.7% | 0.54% | - |
| XYZ | 13.37 | 19.77 | 21.52 | - |
| YUV | 106.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 137 | 122 | 0.70 | 0 | 0.11 | 0.46 | 170.63 | 0.54 | 0.35 |
| Hex | 29 | 89 | 7A | 46 | 0 | B | 2E | AB | 36 | 23 |
| Octal | 51 | 211 | 172 | 106 | 0 | 13 | 56 | 253 | 66 | 43 |
| Binary | 101001 | 10001001 | 1111010 | 1000110 | 0 | 1011 | 101110 | 10101011 | 110110 | 100011 |
Color Harmonies of #29897A
Complementary color
Monochromatic Colors of #29897A
Black with #29897A
Text Example
Text Example
White with #29897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29897A; }
p { color: rgb(41,137,122); }
H1.HeaderClassName
{
color: #29897A;
}
.AnyTagClassName
{
color: #29897A;
}
</style>
background-color css
<style>
a { background-color: #29897A; }
a { background-color: rgb(41,137,122); }
div.DivClassName
{
background-color: #29897A;
}
.BgClassName
{
background-color: #29897A;
}
</style>
border-color css
<style>
span { border-color: #29897A; }
span { border-color: rgb(41,137,122); }
td.TdClassName
{
border-color: #29897A;
}
.TagClassName
{
border-color: #29897A;
}
</style>