Shades of Elm #297371
Tints of Elm #297371
RGB
CMYK
RGB Variations
Color information
#297371 (or 0x297371) is known color: Elm. HEX triplet: 29, 73 and 71. RGB value is (41,115,113). Sum of RGB (Red+Green+Blue) = 41+115+113=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #297371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297371 is #D68C8E. Grayscale: #5C5C5C. Windows color (decimal): -14060687 or 7435049. OLE color: 7435049.
HSL color Cylindrical-coordinate representation of color #297371: hue angle of 178.38º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297371 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 115 | 113 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.55 |
| HSL | 178.38º | 0.47% | 0.31% | - |
| HSV(B) | 178.38º | 0.64% | 0.45% | - |
| XYZ | 10.03 | 13.93 | 17.78 | - |
| YUV | 92.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 113 | 0.64 | 0 | 0.02 | 0.55 | 178.38 | 0.47 | 0.31 |
| Hex | 29 | 73 | 71 | 40 | 0 | 2 | 37 | B2 | 2F | 1F |
| Octal | 51 | 163 | 161 | 100 | 0 | 2 | 67 | 262 | 57 | 37 |
| Binary | 101001 | 1110011 | 1110001 | 1000000 | 0 | 10 | 110111 | 10110010 | 101111 | 11111 |
Color Harmonies of #297371
Complementary color
Monochromatic Colors of #297371
Black with #297371
Text Example
Text Example
White with #297371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297371; }
p { color: rgb(41,115,113); }
H1.HeaderClassName
{
color: #297371;
}
.AnyTagClassName
{
color: #297371;
}
</style>
background-color css
<style>
a { background-color: #297371; }
a { background-color: rgb(41,115,113); }
div.DivClassName
{
background-color: #297371;
}
.BgClassName
{
background-color: #297371;
}
</style>
border-color css
<style>
span { border-color: #297371; }
span { border-color: rgb(41,115,113); }
td.TdClassName
{
border-color: #297371;
}
.TagClassName
{
border-color: #297371;
}
</style>