Shades of Elm #248E7D
Tints of Elm #248E7D
RGB
CMYK
RGB Variations
Color information
#248E7D (or 0x248E7D) is known color: Elm. HEX triplet: 24, 8E and 7D. RGB value is (36,142,125). Sum of RGB (Red+Green+Blue) = 36+142+125=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #248E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E7D is #DB7182. Grayscale: #6C6C6C. Windows color (decimal): -14381443 or 8228388. OLE color: 8228388.
HSL color Cylindrical-coordinate representation of color #248E7D: hue angle of 170.38º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E7D is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 125 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.44 |
| HSL | 170.38º | 0.6% | 0.35% | - |
| HSV(B) | 170.38º | 0.75% | 0.56% | - |
| XYZ | 14.1 | 21.2 | 22.75 | - |
| YUV | 108.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 125 | 0.75 | 0 | 0.12 | 0.44 | 170.38 | 0.6 | 0.35 |
| Hex | 24 | 8E | 7D | 4B | 0 | C | 2C | AA | 3C | 23 |
| Octal | 44 | 216 | 175 | 113 | 0 | 14 | 54 | 252 | 74 | 43 |
| Binary | 100100 | 10001110 | 1111101 | 1001011 | 0 | 1100 | 101100 | 10101010 | 111100 | 100011 |
Color Harmonies of #248E7D
Complementary color
Monochromatic Colors of #248E7D
Black with #248E7D
Text Example
Text Example
White with #248E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E7D; }
p { color: rgb(36,142,125); }
H1.HeaderClassName
{
color: #248E7D;
}
.AnyTagClassName
{
color: #248E7D;
}
</style>
background-color css
<style>
a { background-color: #248E7D; }
a { background-color: rgb(36,142,125); }
div.DivClassName
{
background-color: #248E7D;
}
.BgClassName
{
background-color: #248E7D;
}
</style>
border-color css
<style>
span { border-color: #248E7D; }
span { border-color: rgb(36,142,125); }
td.TdClassName
{
border-color: #248E7D;
}
.TagClassName
{
border-color: #248E7D;
}
</style>