Shades of Elm #297C77
Tints of Elm #297C77
RGB
CMYK
RGB Variations
Color information
#297C77 (or 0x297C77) is known color: Elm. HEX triplet: 29, 7C and 77. RGB value is (41,124,119). Sum of RGB (Red+Green+Blue) = 41+124+119=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #297C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C77 is #D68388. Grayscale: #626262. Windows color (decimal): -14058377 or 7830569. OLE color: 7830569.
HSL color Cylindrical-coordinate representation of color #297C77: hue angle of 176.39º 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 #297C77 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 119 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.51 |
| HSL | 176.39º | 0.5% | 0.32% | - |
| HSV(B) | 176.39º | 0.67% | 0.49% | - |
| XYZ | 11.45 | 16.22 | 19.98 | - |
| YUV | 98.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 119 | 0.67 | 0 | 0.04 | 0.51 | 176.39 | 0.5 | 0.32 |
| Hex | 29 | 7C | 77 | 43 | 0 | 4 | 33 | B0 | 32 | 20 |
| Octal | 51 | 174 | 167 | 103 | 0 | 4 | 63 | 260 | 62 | 40 |
| Binary | 101001 | 1111100 | 1110111 | 1000011 | 0 | 100 | 110011 | 10110000 | 110010 | 100000 |
Color Harmonies of #297C77
Complementary color
Monochromatic Colors of #297C77
Black with #297C77
Text Example
Text Example
White with #297C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C77; }
p { color: rgb(41,124,119); }
H1.HeaderClassName
{
color: #297C77;
}
.AnyTagClassName
{
color: #297C77;
}
</style>
background-color css
<style>
a { background-color: #297C77; }
a { background-color: rgb(41,124,119); }
div.DivClassName
{
background-color: #297C77;
}
.BgClassName
{
background-color: #297C77;
}
</style>
border-color css
<style>
span { border-color: #297C77; }
span { border-color: rgb(41,124,119); }
td.TdClassName
{
border-color: #297C77;
}
.TagClassName
{
border-color: #297C77;
}
</style>