Shades of Elm #297674
Tints of Elm #297674
RGB
CMYK
RGB Variations
Color information
#297674 (or 0x297674) is known color: Elm. HEX triplet: 29, 76 and 74. RGB value is (41,118,116). Sum of RGB (Red+Green+Blue) = 41+118+116=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #297674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297674 is #D6898B. Grayscale: #5E5E5E. Windows color (decimal): -14059916 or 7632425. OLE color: 7632425.
HSL color Cylindrical-coordinate representation of color #297674: hue angle of 178.44º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297674 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 118 | 116 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.54 |
| HSL | 178.44º | 0.48% | 0.31% | - |
| HSV(B) | 178.44º | 0.65% | 0.46% | - |
| XYZ | 10.55 | 14.69 | 18.8 | - |
| YUV | 94.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 116 | 0.65 | 0 | 0.02 | 0.54 | 178.44 | 0.48 | 0.31 |
| Hex | 29 | 76 | 74 | 41 | 0 | 2 | 36 | B2 | 30 | 1F |
| Octal | 51 | 166 | 164 | 101 | 0 | 2 | 66 | 262 | 60 | 37 |
| Binary | 101001 | 1110110 | 1110100 | 1000001 | 0 | 10 | 110110 | 10110010 | 110000 | 11111 |
Color Harmonies of #297674
Complementary color
Monochromatic Colors of #297674
Black with #297674
Text Example
Text Example
White with #297674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297674; }
p { color: rgb(41,118,116); }
H1.HeaderClassName
{
color: #297674;
}
.AnyTagClassName
{
color: #297674;
}
</style>
background-color css
<style>
a { background-color: #297674; }
a { background-color: rgb(41,118,116); }
div.DivClassName
{
background-color: #297674;
}
.BgClassName
{
background-color: #297674;
}
</style>
border-color css
<style>
span { border-color: #297674; }
span { border-color: rgb(41,118,116); }
td.TdClassName
{
border-color: #297674;
}
.TagClassName
{
border-color: #297674;
}
</style>