Shades of Elm #297D77
Tints of Elm #297D77
RGB
CMYK
RGB Variations
Color information
#297D77 (or 0x297D77) is known color: Elm. HEX triplet: 29, 7D and 77. RGB value is (41,125,119). Sum of RGB (Red+Green+Blue) = 41+125+119=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #297D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D77 is #D68288. Grayscale: #636363. Windows color (decimal): -14058121 or 7830825. OLE color: 7830825.
HSL color Cylindrical-coordinate representation of color #297D77: hue angle of 175.71º 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 #297D77 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 119 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.51 |
| HSL | 175.71º | 0.51% | 0.33% | - |
| HSV(B) | 175.71º | 0.67% | 0.49% | - |
| XYZ | 11.58 | 16.47 | 20.02 | - |
| YUV | 99.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 119 | 0.67 | 0 | 0.05 | 0.51 | 175.71 | 0.51 | 0.33 |
| Hex | 29 | 7D | 77 | 43 | 0 | 5 | 33 | B0 | 33 | 21 |
| Octal | 51 | 175 | 167 | 103 | 0 | 5 | 63 | 260 | 63 | 41 |
| Binary | 101001 | 1111101 | 1110111 | 1000011 | 0 | 101 | 110011 | 10110000 | 110011 | 100001 |
Color Harmonies of #297D77
Complementary color
Monochromatic Colors of #297D77
Black with #297D77
Text Example
Text Example
White with #297D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D77; }
p { color: rgb(41,125,119); }
H1.HeaderClassName
{
color: #297D77;
}
.AnyTagClassName
{
color: #297D77;
}
</style>
background-color css
<style>
a { background-color: #297D77; }
a { background-color: rgb(41,125,119); }
div.DivClassName
{
background-color: #297D77;
}
.BgClassName
{
background-color: #297D77;
}
</style>
border-color css
<style>
span { border-color: #297D77; }
span { border-color: rgb(41,125,119); }
td.TdClassName
{
border-color: #297D77;
}
.TagClassName
{
border-color: #297D77;
}
</style>