Shades of Elm #297271
Tints of Elm #297271
RGB
CMYK
RGB Variations
Color information
#297271 (or 0x297271) is known color: Elm. HEX triplet: 29, 72 and 71. RGB value is (41,114,113). Sum of RGB (Red+Green+Blue) = 41+114+113=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #297271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297271 is #D68D8E. Grayscale: #5B5B5B. Windows color (decimal): -14060943 or 7434793. OLE color: 7434793.
HSL color Cylindrical-coordinate representation of color #297271: hue angle of 179.18º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297271 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 114 | 113 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.55 |
| HSL | 179.18º | 0.47% | 0.3% | - |
| HSV(B) | 179.18º | 0.64% | 0.45% | - |
| XYZ | 9.91 | 13.7 | 17.74 | - |
| YUV | 92.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 113 | 0.64 | 0 | 0.01 | 0.55 | 179.18 | 0.47 | 0.3 |
| Hex | 29 | 72 | 71 | 40 | 0 | 1 | 37 | B3 | 2F | 1E |
| Octal | 51 | 162 | 161 | 100 | 0 | 1 | 67 | 263 | 57 | 36 |
| Binary | 101001 | 1110010 | 1110001 | 1000000 | 0 | 1 | 110111 | 10110011 | 101111 | 11110 |
Color Harmonies of #297271
Complementary color
Monochromatic Colors of #297271
Black with #297271
Text Example
Text Example
White with #297271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297271; }
p { color: rgb(41,114,113); }
H1.HeaderClassName
{
color: #297271;
}
.AnyTagClassName
{
color: #297271;
}
</style>
background-color css
<style>
a { background-color: #297271; }
a { background-color: rgb(41,114,113); }
div.DivClassName
{
background-color: #297271;
}
.BgClassName
{
background-color: #297271;
}
</style>
border-color css
<style>
span { border-color: #297271; }
span { border-color: rgb(41,114,113); }
td.TdClassName
{
border-color: #297271;
}
.TagClassName
{
border-color: #297271;
}
</style>