Shades of Elm #247F71
Tints of Elm #247F71
RGB
CMYK
RGB Variations
Color information
#247F71 (or 0x247F71) is known color: Elm. HEX triplet: 24, 7F and 71. RGB value is (36,127,113). Sum of RGB (Red+Green+Blue) = 36+127+113=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #247F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F71 is #DB808E. Grayscale: #626262. Windows color (decimal): -14385295 or 7438116. OLE color: 7438116.
HSL color Cylindrical-coordinate representation of color #247F71: hue angle of 170.77º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F71 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 113 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.50 |
| HSL | 170.77º | 0.56% | 0.32% | - |
| HSV(B) | 170.77º | 0.72% | 0.5% | - |
| XYZ | 11.3 | 16.75 | 18.26 | - |
| YUV | 98.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 113 | 0.72 | 0 | 0.11 | 0.50 | 170.77 | 0.56 | 0.32 |
| Hex | 24 | 7F | 71 | 48 | 0 | B | 32 | AB | 38 | 20 |
| Octal | 44 | 177 | 161 | 110 | 0 | 13 | 62 | 253 | 70 | 40 |
| Binary | 100100 | 1111111 | 1110001 | 1001000 | 0 | 1011 | 110010 | 10101011 | 111000 | 100000 |
Color Harmonies of #247F71
Complementary color
Monochromatic Colors of #247F71
Black with #247F71
Text Example
Text Example
White with #247F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F71; }
p { color: rgb(36,127,113); }
H1.HeaderClassName
{
color: #247F71;
}
.AnyTagClassName
{
color: #247F71;
}
</style>
background-color css
<style>
a { background-color: #247F71; }
a { background-color: rgb(36,127,113); }
div.DivClassName
{
background-color: #247F71;
}
.BgClassName
{
background-color: #247F71;
}
</style>
border-color css
<style>
span { border-color: #247F71; }
span { border-color: rgb(36,127,113); }
td.TdClassName
{
border-color: #247F71;
}
.TagClassName
{
border-color: #247F71;
}
</style>