Shades of Elm #297C73
Tints of Elm #297C73
RGB
CMYK
RGB Variations
Color information
#297C73 (or 0x297C73) is known color: Elm. HEX triplet: 29, 7C and 73. RGB value is (41,124,115). Sum of RGB (Red+Green+Blue) = 41+124+115=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #297C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C73 is #D6838C. Grayscale: #626262. Windows color (decimal): -14058381 or 7568425. OLE color: 7568425.
HSL color Cylindrical-coordinate representation of color #297C73: hue angle of 173.49º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C73 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 115 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.51 |
| HSL | 173.49º | 0.5% | 0.32% | - |
| HSV(B) | 173.49º | 0.67% | 0.49% | - |
| XYZ | 11.22 | 16.12 | 18.74 | - |
| YUV | 98.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 115 | 0.67 | 0 | 0.07 | 0.51 | 173.49 | 0.5 | 0.32 |
| Hex | 29 | 7C | 73 | 43 | 0 | 7 | 33 | AD | 32 | 20 |
| Octal | 51 | 174 | 163 | 103 | 0 | 7 | 63 | 255 | 62 | 40 |
| Binary | 101001 | 1111100 | 1110011 | 1000011 | 0 | 111 | 110011 | 10101101 | 110010 | 100000 |
Color Harmonies of #297C73
Complementary color
Monochromatic Colors of #297C73
Black with #297C73
Text Example
Text Example
White with #297C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C73; }
p { color: rgb(41,124,115); }
H1.HeaderClassName
{
color: #297C73;
}
.AnyTagClassName
{
color: #297C73;
}
</style>
background-color css
<style>
a { background-color: #297C73; }
a { background-color: rgb(41,124,115); }
div.DivClassName
{
background-color: #297C73;
}
.BgClassName
{
background-color: #297C73;
}
</style>
border-color css
<style>
span { border-color: #297C73; }
span { border-color: rgb(41,124,115); }
td.TdClassName
{
border-color: #297C73;
}
.TagClassName
{
border-color: #297C73;
}
</style>