Shades of Elm #247A70
Tints of Elm #247A70
RGB
CMYK
RGB Variations
Color information
#247A70 (or 0x247A70) is known color: Elm. HEX triplet: 24, 7A and 70. RGB value is (36,122,112). Sum of RGB (Red+Green+Blue) = 36+122+112=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #247A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A70 is #DB858F. Grayscale: #5F5F5F. Windows color (decimal): -14386576 or 7371300. OLE color: 7371300.
HSL color Cylindrical-coordinate representation of color #247A70: hue angle of 173.02º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A70 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 122 | 112 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.52 |
| HSL | 173.02º | 0.54% | 0.31% | - |
| HSV(B) | 173.02º | 0.7% | 0.48% | - |
| XYZ | 10.61 | 15.46 | 17.75 | - |
| YUV | 95.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 112 | 0.70 | 0 | 0.08 | 0.52 | 173.02 | 0.54 | 0.31 |
| Hex | 24 | 7A | 70 | 46 | 0 | 8 | 34 | AD | 36 | 1F |
| Octal | 44 | 172 | 160 | 106 | 0 | 10 | 64 | 255 | 66 | 37 |
| Binary | 100100 | 1111010 | 1110000 | 1000110 | 0 | 1000 | 110100 | 10101101 | 110110 | 11111 |
Color Harmonies of #247A70
Complementary color
Monochromatic Colors of #247A70
Black with #247A70
Text Example
Text Example
White with #247A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A70; }
p { color: rgb(36,122,112); }
H1.HeaderClassName
{
color: #247A70;
}
.AnyTagClassName
{
color: #247A70;
}
</style>
background-color css
<style>
a { background-color: #247A70; }
a { background-color: rgb(36,122,112); }
div.DivClassName
{
background-color: #247A70;
}
.BgClassName
{
background-color: #247A70;
}
</style>
border-color css
<style>
span { border-color: #247A70; }
span { border-color: rgb(36,122,112); }
td.TdClassName
{
border-color: #247A70;
}
.TagClassName
{
border-color: #247A70;
}
</style>