Shades of Elm #297A78
Tints of Elm #297A78
RGB
CMYK
RGB Variations
Color information
#297A78 (or 0x297A78) is known color: Elm. HEX triplet: 29, 7A and 78. RGB value is (41,122,120). Sum of RGB (Red+Green+Blue) = 41+122+120=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #297A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A78 is #D68587. Grayscale: #616161. Windows color (decimal): -14058888 or 7895593. OLE color: 7895593.
HSL color Cylindrical-coordinate representation of color #297A78: hue angle of 178.52º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A78 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 120 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.52 |
| HSL | 178.52º | 0.5% | 0.32% | - |
| HSV(B) | 178.52º | 0.66% | 0.48% | - |
| XYZ | 11.26 | 15.75 | 20.22 | - |
| YUV | 97.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 120 | 0.66 | 0 | 0.02 | 0.52 | 178.52 | 0.5 | 0.32 |
| Hex | 29 | 7A | 78 | 42 | 0 | 2 | 34 | B3 | 32 | 20 |
| Octal | 51 | 172 | 170 | 102 | 0 | 2 | 64 | 263 | 62 | 40 |
| Binary | 101001 | 1111010 | 1111000 | 1000010 | 0 | 10 | 110100 | 10110011 | 110010 | 100000 |
Color Harmonies of #297A78
Complementary color
Monochromatic Colors of #297A78
Black with #297A78
Text Example
Text Example
White with #297A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A78; }
p { color: rgb(41,122,120); }
H1.HeaderClassName
{
color: #297A78;
}
.AnyTagClassName
{
color: #297A78;
}
</style>
background-color css
<style>
a { background-color: #297A78; }
a { background-color: rgb(41,122,120); }
div.DivClassName
{
background-color: #297A78;
}
.BgClassName
{
background-color: #297A78;
}
</style>
border-color css
<style>
span { border-color: #297A78; }
span { border-color: rgb(41,122,120); }
td.TdClassName
{
border-color: #297A78;
}
.TagClassName
{
border-color: #297A78;
}
</style>