Shades of Elm #247B71
Tints of Elm #247B71
RGB
CMYK
RGB Variations
Color information
#247B71 (or 0x247B71) is known color: Elm. HEX triplet: 24, 7B and 71. RGB value is (36,123,113). Sum of RGB (Red+Green+Blue) = 36+123+113=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #247B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B71 is #DB848E. Grayscale: #5F5F5F. Windows color (decimal): -14386319 or 7437092. OLE color: 7437092.
HSL color Cylindrical-coordinate representation of color #247B71: hue angle of 173.1º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B71 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 113 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.52 |
| HSL | 173.1º | 0.55% | 0.31% | - |
| HSV(B) | 173.1º | 0.71% | 0.48% | - |
| XYZ | 10.79 | 15.73 | 18.09 | - |
| YUV | 95.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 113 | 0.71 | 0 | 0.08 | 0.52 | 173.1 | 0.55 | 0.31 |
| Hex | 24 | 7B | 71 | 47 | 0 | 8 | 34 | AD | 37 | 1F |
| Octal | 44 | 173 | 161 | 107 | 0 | 10 | 64 | 255 | 67 | 37 |
| Binary | 100100 | 1111011 | 1110001 | 1000111 | 0 | 1000 | 110100 | 10101101 | 110111 | 11111 |
Color Harmonies of #247B71
Complementary color
Monochromatic Colors of #247B71
Black with #247B71
Text Example
Text Example
White with #247B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B71; }
p { color: rgb(36,123,113); }
H1.HeaderClassName
{
color: #247B71;
}
.AnyTagClassName
{
color: #247B71;
}
</style>
background-color css
<style>
a { background-color: #247B71; }
a { background-color: rgb(36,123,113); }
div.DivClassName
{
background-color: #247B71;
}
.BgClassName
{
background-color: #247B71;
}
</style>
border-color css
<style>
span { border-color: #247B71; }
span { border-color: rgb(36,123,113); }
td.TdClassName
{
border-color: #247B71;
}
.TagClassName
{
border-color: #247B71;
}
</style>