Shades of Elm #297E77
Tints of Elm #297E77
RGB
CMYK
RGB Variations
Color information
#297E77 (or 0x297E77) is known color: Elm. HEX triplet: 29, 7E and 77. RGB value is (41,126,119). Sum of RGB (Red+Green+Blue) = 41+126+119=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #297E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297E77 is #D68188. Grayscale: #636363. Windows color (decimal): -14057865 or 7831081. OLE color: 7831081.
HSL color Cylindrical-coordinate representation of color #297E77: hue angle of 175.06º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297E77 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 119 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.51 |
| HSL | 175.06º | 0.51% | 0.33% | - |
| HSV(B) | 175.06º | 0.67% | 0.49% | - |
| XYZ | 11.71 | 16.73 | 20.06 | - |
| YUV | 99.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 119 | 0.67 | 0 | 0.06 | 0.51 | 175.06 | 0.51 | 0.33 |
| Hex | 29 | 7E | 77 | 43 | 0 | 6 | 33 | AF | 33 | 21 |
| Octal | 51 | 176 | 167 | 103 | 0 | 6 | 63 | 257 | 63 | 41 |
| Binary | 101001 | 1111110 | 1110111 | 1000011 | 0 | 110 | 110011 | 10101111 | 110011 | 100001 |
Color Harmonies of #297E77
Complementary color
Monochromatic Colors of #297E77
Black with #297E77
Text Example
Text Example
White with #297E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E77; }
p { color: rgb(41,126,119); }
H1.HeaderClassName
{
color: #297E77;
}
.AnyTagClassName
{
color: #297E77;
}
</style>
background-color css
<style>
a { background-color: #297E77; }
a { background-color: rgb(41,126,119); }
div.DivClassName
{
background-color: #297E77;
}
.BgClassName
{
background-color: #297E77;
}
</style>
border-color css
<style>
span { border-color: #297E77; }
span { border-color: rgb(41,126,119); }
td.TdClassName
{
border-color: #297E77;
}
.TagClassName
{
border-color: #297E77;
}
</style>