Shades of Elm #297F74
Tints of Elm #297F74
RGB
CMYK
RGB Variations
Color information
#297F74 (or 0x297F74) is known color: Elm. HEX triplet: 29, 7F and 74. RGB value is (41,127,116). Sum of RGB (Red+Green+Blue) = 41+127+116=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #297F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F74 is #D6808B. Grayscale: #636363. Windows color (decimal): -14057612 or 7634729. OLE color: 7634729.
HSL color Cylindrical-coordinate representation of color #297F74: hue angle of 172.33º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F74 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 127 | 116 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.50 |
| HSL | 172.33º | 0.51% | 0.33% | - |
| HSV(B) | 172.33º | 0.68% | 0.5% | - |
| XYZ | 11.66 | 16.91 | 19.17 | - |
| YUV | 100.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 116 | 0.68 | 0 | 0.09 | 0.50 | 172.33 | 0.51 | 0.33 |
| Hex | 29 | 7F | 74 | 44 | 0 | 9 | 32 | AC | 33 | 21 |
| Octal | 51 | 177 | 164 | 104 | 0 | 11 | 62 | 254 | 63 | 41 |
| Binary | 101001 | 1111111 | 1110100 | 1000100 | 0 | 1001 | 110010 | 10101100 | 110011 | 100001 |
Color Harmonies of #297F74
Complementary color
Monochromatic Colors of #297F74
Black with #297F74
Text Example
Text Example
White with #297F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297F74; }
p { color: rgb(41,127,116); }
H1.HeaderClassName
{
color: #297F74;
}
.AnyTagClassName
{
color: #297F74;
}
</style>
background-color css
<style>
a { background-color: #297F74; }
a { background-color: rgb(41,127,116); }
div.DivClassName
{
background-color: #297F74;
}
.BgClassName
{
background-color: #297F74;
}
</style>
border-color css
<style>
span { border-color: #297F74; }
span { border-color: rgb(41,127,116); }
td.TdClassName
{
border-color: #297F74;
}
.TagClassName
{
border-color: #297F74;
}
</style>