Shades of Elm #297770
Tints of Elm #297770
RGB
CMYK
RGB Variations
Color information
#297770 (or 0x297770) is known color: Elm. HEX triplet: 29, 77 and 70. RGB value is (41,119,112). Sum of RGB (Red+Green+Blue) = 41+119+112=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #297770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297770 is #D6888F. Grayscale: #5E5E5E. Windows color (decimal): -14059664 or 7370537. OLE color: 7370537.
HSL color Cylindrical-coordinate representation of color #297770: hue angle of 174.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297770 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 112 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.53 |
| HSL | 174.62º | 0.49% | 0.31% | - |
| HSV(B) | 174.62º | 0.66% | 0.47% | - |
| XYZ | 10.44 | 14.83 | 17.64 | - |
| YUV | 94.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 112 | 0.66 | 0 | 0.06 | 0.53 | 174.62 | 0.49 | 0.31 |
| Hex | 29 | 77 | 70 | 42 | 0 | 6 | 35 | AF | 31 | 1F |
| Octal | 51 | 167 | 160 | 102 | 0 | 6 | 65 | 257 | 61 | 37 |
| Binary | 101001 | 1110111 | 1110000 | 1000010 | 0 | 110 | 110101 | 10101111 | 110001 | 11111 |
Color Harmonies of #297770
Complementary color
Monochromatic Colors of #297770
Black with #297770
Text Example
Text Example
White with #297770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297770; }
p { color: rgb(41,119,112); }
H1.HeaderClassName
{
color: #297770;
}
.AnyTagClassName
{
color: #297770;
}
</style>
background-color css
<style>
a { background-color: #297770; }
a { background-color: rgb(41,119,112); }
div.DivClassName
{
background-color: #297770;
}
.BgClassName
{
background-color: #297770;
}
</style>
border-color css
<style>
span { border-color: #297770; }
span { border-color: rgb(41,119,112); }
td.TdClassName
{
border-color: #297770;
}
.TagClassName
{
border-color: #297770;
}
</style>