Shades of Elm #297872
Tints of Elm #297872
RGB
CMYK
RGB Variations
Color information
#297872 (or 0x297872) is known color: Elm. HEX triplet: 29, 78 and 72. RGB value is (41,120,114). Sum of RGB (Red+Green+Blue) = 41+120+114=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #297872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297872 is #D6878D. Grayscale: #5F5F5F. Windows color (decimal): -14059406 or 7501865. OLE color: 7501865.
HSL color Cylindrical-coordinate representation of color #297872: hue angle of 175.44º 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 #297872 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 120 | 114 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.53 |
| HSL | 175.44º | 0.49% | 0.32% | - |
| HSV(B) | 175.44º | 0.66% | 0.47% | - |
| XYZ | 10.67 | 15.12 | 18.28 | - |
| YUV | 95.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 114 | 0.66 | 0 | 0.05 | 0.53 | 175.44 | 0.49 | 0.32 |
| Hex | 29 | 78 | 72 | 42 | 0 | 5 | 35 | AF | 31 | 20 |
| Octal | 51 | 170 | 162 | 102 | 0 | 5 | 65 | 257 | 61 | 40 |
| Binary | 101001 | 1111000 | 1110010 | 1000010 | 0 | 101 | 110101 | 10101111 | 110001 | 100000 |
Color Harmonies of #297872
Complementary color
Monochromatic Colors of #297872
Black with #297872
Text Example
Text Example
White with #297872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297872; }
p { color: rgb(41,120,114); }
H1.HeaderClassName
{
color: #297872;
}
.AnyTagClassName
{
color: #297872;
}
</style>
background-color css
<style>
a { background-color: #297872; }
a { background-color: rgb(41,120,114); }
div.DivClassName
{
background-color: #297872;
}
.BgClassName
{
background-color: #297872;
}
</style>
border-color css
<style>
span { border-color: #297872; }
span { border-color: rgb(41,120,114); }
td.TdClassName
{
border-color: #297872;
}
.TagClassName
{
border-color: #297872;
}
</style>