Shades of Elm #297670
Tints of Elm #297670
RGB
CMYK
RGB Variations
Color information
#297670 (or 0x297670) is known color: Elm. HEX triplet: 29, 76 and 70. RGB value is (41,118,112). Sum of RGB (Red+Green+Blue) = 41+118+112=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #297670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297670 is #D6898F. Grayscale: #5E5E5E. Windows color (decimal): -14059920 or 7370281. OLE color: 7370281.
HSL color Cylindrical-coordinate representation of color #297670: hue angle of 175.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297670 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 118 | 112 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.54 |
| HSL | 175.32º | 0.48% | 0.31% | - |
| HSV(B) | 175.32º | 0.65% | 0.46% | - |
| XYZ | 10.32 | 14.6 | 17.6 | - |
| YUV | 94.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 112 | 0.65 | 0 | 0.05 | 0.54 | 175.32 | 0.48 | 0.31 |
| Hex | 29 | 76 | 70 | 41 | 0 | 5 | 36 | AF | 30 | 1F |
| Octal | 51 | 166 | 160 | 101 | 0 | 5 | 66 | 257 | 60 | 37 |
| Binary | 101001 | 1110110 | 1110000 | 1000001 | 0 | 101 | 110110 | 10101111 | 110000 | 11111 |
Color Harmonies of #297670
Complementary color
Monochromatic Colors of #297670
Black with #297670
Text Example
Text Example
White with #297670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297670; }
p { color: rgb(41,118,112); }
H1.HeaderClassName
{
color: #297670;
}
.AnyTagClassName
{
color: #297670;
}
</style>
background-color css
<style>
a { background-color: #297670; }
a { background-color: rgb(41,118,112); }
div.DivClassName
{
background-color: #297670;
}
.BgClassName
{
background-color: #297670;
}
</style>
border-color css
<style>
span { border-color: #297670; }
span { border-color: rgb(41,118,112); }
td.TdClassName
{
border-color: #297670;
}
.TagClassName
{
border-color: #297670;
}
</style>