Shades of Elm #248C7D
Tints of Elm #248C7D
RGB
CMYK
RGB Variations
Color information
#248C7D (or 0x248C7D) is known color: Elm. HEX triplet: 24, 8C and 7D. RGB value is (36,140,125). Sum of RGB (Red+Green+Blue) = 36+140+125=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #248C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C7D is #DB7382. Grayscale: #6B6B6B. Windows color (decimal): -14381955 or 8227876. OLE color: 8227876.
HSL color Cylindrical-coordinate representation of color #248C7D: hue angle of 171.35º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C7D is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 125 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.45 |
| HSL | 171.35º | 0.59% | 0.35% | - |
| HSV(B) | 171.35º | 0.74% | 0.55% | - |
| XYZ | 13.81 | 20.61 | 22.65 | - |
| YUV | 107.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 125 | 0.74 | 0 | 0.11 | 0.45 | 171.35 | 0.59 | 0.35 |
| Hex | 24 | 8C | 7D | 4A | 0 | B | 2D | AB | 3B | 23 |
| Octal | 44 | 214 | 175 | 112 | 0 | 13 | 55 | 253 | 73 | 43 |
| Binary | 100100 | 10001100 | 1111101 | 1001010 | 0 | 1011 | 101101 | 10101011 | 111011 | 100011 |
Color Harmonies of #248C7D
Complementary color
Monochromatic Colors of #248C7D
Black with #248C7D
Text Example
Text Example
White with #248C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C7D; }
p { color: rgb(36,140,125); }
H1.HeaderClassName
{
color: #248C7D;
}
.AnyTagClassName
{
color: #248C7D;
}
</style>
background-color css
<style>
a { background-color: #248C7D; }
a { background-color: rgb(36,140,125); }
div.DivClassName
{
background-color: #248C7D;
}
.BgClassName
{
background-color: #248C7D;
}
</style>
border-color css
<style>
span { border-color: #248C7D; }
span { border-color: rgb(36,140,125); }
td.TdClassName
{
border-color: #248C7D;
}
.TagClassName
{
border-color: #248C7D;
}
</style>