Shades of Elm #297771
Tints of Elm #297771
RGB
CMYK
RGB Variations
Color information
#297771 (or 0x297771) is known color: Elm. HEX triplet: 29, 77 and 71. RGB value is (41,119,113). Sum of RGB (Red+Green+Blue) = 41+119+113=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #297771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297771 is #D6888E. Grayscale: #5E5E5E. Windows color (decimal): -14059663 or 7436073. OLE color: 7436073.
HSL color Cylindrical-coordinate representation of color #297771: hue angle of 175.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297771 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 113 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.53 |
| HSL | 175.38º | 0.49% | 0.31% | - |
| HSV(B) | 175.38º | 0.66% | 0.47% | - |
| XYZ | 10.49 | 14.86 | 17.94 | - |
| YUV | 94.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 113 | 0.66 | 0 | 0.05 | 0.53 | 175.38 | 0.49 | 0.31 |
| Hex | 29 | 77 | 71 | 42 | 0 | 5 | 35 | AF | 31 | 1F |
| Octal | 51 | 167 | 161 | 102 | 0 | 5 | 65 | 257 | 61 | 37 |
| Binary | 101001 | 1110111 | 1110001 | 1000010 | 0 | 101 | 110101 | 10101111 | 110001 | 11111 |
Color Harmonies of #297771
Complementary color
Monochromatic Colors of #297771
Black with #297771
Text Example
Text Example
White with #297771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297771; }
p { color: rgb(41,119,113); }
H1.HeaderClassName
{
color: #297771;
}
.AnyTagClassName
{
color: #297771;
}
</style>
background-color css
<style>
a { background-color: #297771; }
a { background-color: rgb(41,119,113); }
div.DivClassName
{
background-color: #297771;
}
.BgClassName
{
background-color: #297771;
}
</style>
border-color css
<style>
span { border-color: #297771; }
span { border-color: rgb(41,119,113); }
td.TdClassName
{
border-color: #297771;
}
.TagClassName
{
border-color: #297771;
}
</style>