Shades of Elm #29877C
Tints of Elm #29877C
RGB
CMYK
RGB Variations
Color information
#29877C (or 0x29877C) is known color: Elm. HEX triplet: 29, 87 and 7C. RGB value is (41,135,124). Sum of RGB (Red+Green+Blue) = 41+135+124=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #29877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29877C is #D67883. Grayscale: #696969. Windows color (decimal): -14055556 or 8161065. OLE color: 8161065.
HSL color Cylindrical-coordinate representation of color #29877C: hue angle of 172.98º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29877C is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 135 | 124 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.47 |
| HSL | 172.98º | 0.53% | 0.35% | - |
| HSV(B) | 172.98º | 0.7% | 0.53% | - |
| XYZ | 13.22 | 19.25 | 22.09 | - |
| YUV | 105.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 124 | 0.70 | 0 | 0.08 | 0.47 | 172.98 | 0.53 | 0.35 |
| Hex | 29 | 87 | 7C | 46 | 0 | 8 | 2F | AD | 35 | 23 |
| Octal | 51 | 207 | 174 | 106 | 0 | 10 | 57 | 255 | 65 | 43 |
| Binary | 101001 | 10000111 | 1111100 | 1000110 | 0 | 1000 | 101111 | 10101101 | 110101 | 100011 |
Color Harmonies of #29877C
Complementary color
Monochromatic Colors of #29877C
Black with #29877C
Text Example
Text Example
White with #29877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29877C; }
p { color: rgb(41,135,124); }
H1.HeaderClassName
{
color: #29877C;
}
.AnyTagClassName
{
color: #29877C;
}
</style>
background-color css
<style>
a { background-color: #29877C; }
a { background-color: rgb(41,135,124); }
div.DivClassName
{
background-color: #29877C;
}
.BgClassName
{
background-color: #29877C;
}
</style>
border-color css
<style>
span { border-color: #29877C; }
span { border-color: rgb(41,135,124); }
td.TdClassName
{
border-color: #29877C;
}
.TagClassName
{
border-color: #29877C;
}
</style>