Shades of Elm #248173
Tints of Elm #248173
RGB
CMYK
RGB Variations
Color information
#248173 (or 0x248173) is known color: Elm. HEX triplet: 24, 81 and 73. RGB value is (36,129,115). Sum of RGB (Red+Green+Blue) = 36+129+115=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #248173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248173 is #DB7E8C. Grayscale: #636363. Windows color (decimal): -14384781 or 7569700. OLE color: 7569700.
HSL color Cylindrical-coordinate representation of color #248173: hue angle of 170.97º 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 #248173 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 115 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.49 |
| HSL | 170.97º | 0.56% | 0.32% | - |
| HSV(B) | 170.97º | 0.72% | 0.51% | - |
| XYZ | 11.67 | 17.31 | 18.95 | - |
| YUV | 99.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 115 | 0.72 | 0 | 0.11 | 0.49 | 170.97 | 0.56 | 0.32 |
| Hex | 24 | 81 | 73 | 48 | 0 | B | 31 | AB | 38 | 20 |
| Octal | 44 | 201 | 163 | 110 | 0 | 13 | 61 | 253 | 70 | 40 |
| Binary | 100100 | 10000001 | 1110011 | 1001000 | 0 | 1011 | 110001 | 10101011 | 111000 | 100000 |
Color Harmonies of #248173
Complementary color
Monochromatic Colors of #248173
Black with #248173
Text Example
Text Example
White with #248173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248173; }
p { color: rgb(36,129,115); }
H1.HeaderClassName
{
color: #248173;
}
.AnyTagClassName
{
color: #248173;
}
</style>
background-color css
<style>
a { background-color: #248173; }
a { background-color: rgb(36,129,115); }
div.DivClassName
{
background-color: #248173;
}
.BgClassName
{
background-color: #248173;
}
</style>
border-color css
<style>
span { border-color: #248173; }
span { border-color: rgb(36,129,115); }
td.TdClassName
{
border-color: #248173;
}
.TagClassName
{
border-color: #248173;
}
</style>