Shades of Elm #247271
Tints of Elm #247271
RGB
CMYK
RGB Variations
Color information
#247271 (or 0x247271) is known color: Elm. HEX triplet: 24, 72 and 71. RGB value is (36,114,113). Sum of RGB (Red+Green+Blue) = 36+114+113=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #247271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247271 is #DB8D8E. Grayscale: #5A5A5A. Windows color (decimal): -14388623 or 7434788. OLE color: 7434788.
HSL color Cylindrical-coordinate representation of color #247271: hue angle of 179.23º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247271 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 114 | 113 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.55 |
| HSL | 179.23º | 0.52% | 0.29% | - |
| HSV(B) | 179.23º | 0.68% | 0.45% | - |
| XYZ | 9.73 | 13.6 | 17.74 | - |
| YUV | 90.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 113 | 0.68 | 0 | 0.01 | 0.55 | 179.23 | 0.52 | 0.29 |
| Hex | 24 | 72 | 71 | 44 | 0 | 1 | 37 | B3 | 34 | 1D |
| Octal | 44 | 162 | 161 | 104 | 0 | 1 | 67 | 263 | 64 | 35 |
| Binary | 100100 | 1110010 | 1110001 | 1000100 | 0 | 1 | 110111 | 10110011 | 110100 | 11101 |
Color Harmonies of #247271
Complementary color
Monochromatic Colors of #247271
Black with #247271
Text Example
Text Example
White with #247271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247271; }
p { color: rgb(36,114,113); }
H1.HeaderClassName
{
color: #247271;
}
.AnyTagClassName
{
color: #247271;
}
</style>
background-color css
<style>
a { background-color: #247271; }
a { background-color: rgb(36,114,113); }
div.DivClassName
{
background-color: #247271;
}
.BgClassName
{
background-color: #247271;
}
</style>
border-color css
<style>
span { border-color: #247271; }
span { border-color: rgb(36,114,113); }
td.TdClassName
{
border-color: #247271;
}
.TagClassName
{
border-color: #247271;
}
</style>