Shades of Elm #297870
Tints of Elm #297870
RGB
CMYK
RGB Variations
Color information
#297870 (or 0x297870) is known color: Elm. HEX triplet: 29, 78 and 70. RGB value is (41,120,112). Sum of RGB (Red+Green+Blue) = 41+120+112=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #297870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297870 is #D6878F. Grayscale: #5F5F5F. Windows color (decimal): -14059408 or 7370793. OLE color: 7370793.
HSL color Cylindrical-coordinate representation of color #297870: hue angle of 173.92º 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 #297870 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 120 | 112 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.53 |
| HSL | 173.92º | 0.49% | 0.32% | - |
| HSV(B) | 173.92º | 0.66% | 0.47% | - |
| XYZ | 10.56 | 15.07 | 17.68 | - |
| YUV | 95.47 | 137.33 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 112 | 0.66 | 0 | 0.07 | 0.53 | 173.92 | 0.49 | 0.32 |
| Hex | 29 | 78 | 70 | 42 | 0 | 7 | 35 | AE | 31 | 20 |
| Octal | 51 | 170 | 160 | 102 | 0 | 7 | 65 | 256 | 61 | 40 |
| Binary | 101001 | 1111000 | 1110000 | 1000010 | 0 | 111 | 110101 | 10101110 | 110001 | 100000 |
Color Harmonies of #297870
Complementary color
Monochromatic Colors of #297870
Black with #297870
Text Example
Text Example
White with #297870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297870; }
p { color: rgb(41,120,112); }
H1.HeaderClassName
{
color: #297870;
}
.AnyTagClassName
{
color: #297870;
}
</style>
background-color css
<style>
a { background-color: #297870; }
a { background-color: rgb(41,120,112); }
div.DivClassName
{
background-color: #297870;
}
.BgClassName
{
background-color: #297870;
}
</style>
border-color css
<style>
span { border-color: #297870; }
span { border-color: rgb(41,120,112); }
td.TdClassName
{
border-color: #297870;
}
.TagClassName
{
border-color: #297870;
}
</style>