Shades of Elm #248170
Tints of Elm #248170
RGB
CMYK
RGB Variations
Color information
#248170 (or 0x248170) is known color: Elm. HEX triplet: 24, 81 and 70. RGB value is (36,129,112). Sum of RGB (Red+Green+Blue) = 36+129+112=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #248170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248170 is #DB7E8F. Grayscale: #636363. Windows color (decimal): -14384784 or 7373092. OLE color: 7373092.
HSL color Cylindrical-coordinate representation of color #248170: hue angle of 169.03º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248170 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 112 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.49 |
| HSL | 169.03º | 0.56% | 0.32% | - |
| HSV(B) | 169.03º | 0.72% | 0.51% | - |
| XYZ | 11.5 | 17.25 | 18.05 | - |
| YUV | 99.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 112 | 0.72 | 0 | 0.13 | 0.49 | 169.03 | 0.56 | 0.32 |
| Hex | 24 | 81 | 70 | 48 | 0 | D | 31 | A9 | 38 | 20 |
| Octal | 44 | 201 | 160 | 110 | 0 | 15 | 61 | 251 | 70 | 40 |
| Binary | 100100 | 10000001 | 1110000 | 1001000 | 0 | 1101 | 110001 | 10101001 | 111000 | 100000 |
Color Harmonies of #248170
Complementary color
Monochromatic Colors of #248170
Black with #248170
Text Example
Text Example
White with #248170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248170; }
p { color: rgb(36,129,112); }
H1.HeaderClassName
{
color: #248170;
}
.AnyTagClassName
{
color: #248170;
}
</style>
background-color css
<style>
a { background-color: #248170; }
a { background-color: rgb(36,129,112); }
div.DivClassName
{
background-color: #248170;
}
.BgClassName
{
background-color: #248170;
}
</style>
border-color css
<style>
span { border-color: #248170; }
span { border-color: rgb(36,129,112); }
td.TdClassName
{
border-color: #248170;
}
.TagClassName
{
border-color: #248170;
}
</style>