Shades of Elm #297976
Tints of Elm #297976
RGB
CMYK
RGB Variations
Color information
#297976 (or 0x297976) is known color: Elm. HEX triplet: 29, 79 and 76. RGB value is (41,121,118). Sum of RGB (Red+Green+Blue) = 41+121+118=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #297976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297976 is #D68689. Grayscale: #606060. Windows color (decimal): -14059146 or 7764265. OLE color: 7764265.
HSL color Cylindrical-coordinate representation of color #297976: hue angle of 177.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297976 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 121 | 118 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.53 |
| HSL | 177.75º | 0.49% | 0.32% | - |
| HSV(B) | 177.75º | 0.66% | 0.47% | - |
| XYZ | 11.02 | 15.45 | 19.54 | - |
| YUV | 96.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 118 | 0.66 | 0 | 0.02 | 0.53 | 177.75 | 0.49 | 0.32 |
| Hex | 29 | 79 | 76 | 42 | 0 | 2 | 35 | B2 | 31 | 20 |
| Octal | 51 | 171 | 166 | 102 | 0 | 2 | 65 | 262 | 61 | 40 |
| Binary | 101001 | 1111001 | 1110110 | 1000010 | 0 | 10 | 110101 | 10110010 | 110001 | 100000 |
Color Harmonies of #297976
Complementary color
Monochromatic Colors of #297976
Black with #297976
Text Example
Text Example
White with #297976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297976; }
p { color: rgb(41,121,118); }
H1.HeaderClassName
{
color: #297976;
}
.AnyTagClassName
{
color: #297976;
}
</style>
background-color css
<style>
a { background-color: #297976; }
a { background-color: rgb(41,121,118); }
div.DivClassName
{
background-color: #297976;
}
.BgClassName
{
background-color: #297976;
}
</style>
border-color css
<style>
span { border-color: #297976; }
span { border-color: rgb(41,121,118); }
td.TdClassName
{
border-color: #297976;
}
.TagClassName
{
border-color: #297976;
}
</style>