Shades of Elm #297B77
Tints of Elm #297B77
RGB
CMYK
RGB Variations
Color information
#297B77 (or 0x297B77) is known color: Elm. HEX triplet: 29, 7B and 77. RGB value is (41,123,119). Sum of RGB (Red+Green+Blue) = 41+123+119=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #297B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B77 is #D68488. Grayscale: #616161. Windows color (decimal): -14058633 or 7830313. OLE color: 7830313.
HSL color Cylindrical-coordinate representation of color #297B77: hue angle of 177.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B77 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 123 | 119 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.52 |
| HSL | 177.07º | 0.5% | 0.32% | - |
| HSV(B) | 177.07º | 0.67% | 0.48% | - |
| XYZ | 11.33 | 15.97 | 19.94 | - |
| YUV | 98.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 119 | 0.67 | 0 | 0.03 | 0.52 | 177.07 | 0.5 | 0.32 |
| Hex | 29 | 7B | 77 | 43 | 0 | 3 | 34 | B1 | 32 | 20 |
| Octal | 51 | 173 | 167 | 103 | 0 | 3 | 64 | 261 | 62 | 40 |
| Binary | 101001 | 1111011 | 1110111 | 1000011 | 0 | 11 | 110100 | 10110001 | 110010 | 100000 |
Color Harmonies of #297B77
Complementary color
Monochromatic Colors of #297B77
Black with #297B77
Text Example
Text Example
White with #297B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B77; }
p { color: rgb(41,123,119); }
H1.HeaderClassName
{
color: #297B77;
}
.AnyTagClassName
{
color: #297B77;
}
</style>
background-color css
<style>
a { background-color: #297B77; }
a { background-color: rgb(41,123,119); }
div.DivClassName
{
background-color: #297B77;
}
.BgClassName
{
background-color: #297B77;
}
</style>
border-color css
<style>
span { border-color: #297B77; }
span { border-color: rgb(41,123,119); }
td.TdClassName
{
border-color: #297B77;
}
.TagClassName
{
border-color: #297B77;
}
</style>