Shades of Elm #248272
Tints of Elm #248272
RGB
CMYK
RGB Variations
Color information
#248272 (or 0x248272) is known color: Elm. HEX triplet: 24, 82 and 72. RGB value is (36,130,114). Sum of RGB (Red+Green+Blue) = 36+130+114=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #248272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248272 is #DB7D8D. Grayscale: #646464. Windows color (decimal): -14384526 or 7504420. OLE color: 7504420.
HSL color Cylindrical-coordinate representation of color #248272: hue angle of 169.79º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248272 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 114 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.49 |
| HSL | 169.79º | 0.57% | 0.33% | - |
| HSV(B) | 169.79º | 0.72% | 0.51% | - |
| XYZ | 11.75 | 17.56 | 18.69 | - |
| YUV | 100.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 114 | 0.72 | 0 | 0.12 | 0.49 | 169.79 | 0.57 | 0.33 |
| Hex | 24 | 82 | 72 | 48 | 0 | C | 31 | AA | 39 | 21 |
| Octal | 44 | 202 | 162 | 110 | 0 | 14 | 61 | 252 | 71 | 41 |
| Binary | 100100 | 10000010 | 1110010 | 1001000 | 0 | 1100 | 110001 | 10101010 | 111001 | 100001 |
Color Harmonies of #248272
Complementary color
Monochromatic Colors of #248272
Black with #248272
Text Example
Text Example
White with #248272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248272; }
p { color: rgb(36,130,114); }
H1.HeaderClassName
{
color: #248272;
}
.AnyTagClassName
{
color: #248272;
}
</style>
background-color css
<style>
a { background-color: #248272; }
a { background-color: rgb(36,130,114); }
div.DivClassName
{
background-color: #248272;
}
.BgClassName
{
background-color: #248272;
}
</style>
border-color css
<style>
span { border-color: #248272; }
span { border-color: rgb(36,130,114); }
td.TdClassName
{
border-color: #248272;
}
.TagClassName
{
border-color: #248272;
}
</style>