Shades of Elm #248A79
Tints of Elm #248A79
RGB
CMYK
RGB Variations
Color information
#248A79 (or 0x248A79) is known color: Elm. HEX triplet: 24, 8A and 79. RGB value is (36,138,121). Sum of RGB (Red+Green+Blue) = 36+138+121=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #248A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A79 is #DB7586. Grayscale: #696969. Windows color (decimal): -14382471 or 7965220. OLE color: 7965220.
HSL color Cylindrical-coordinate representation of color #248A79: hue angle of 170º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A79 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 121 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.46 |
| HSL | 170º | 0.59% | 0.34% | - |
| HSV(B) | 170º | 0.74% | 0.54% | - |
| XYZ | 13.27 | 19.93 | 21.24 | - |
| YUV | 105.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 121 | 0.74 | 0 | 0.12 | 0.46 | 170 | 0.59 | 0.34 |
| Hex | 24 | 8A | 79 | 4A | 0 | C | 2E | AA | 3B | 22 |
| Octal | 44 | 212 | 171 | 112 | 0 | 14 | 56 | 252 | 73 | 42 |
| Binary | 100100 | 10001010 | 1111001 | 1001010 | 0 | 1100 | 101110 | 10101010 | 111011 | 100010 |
Color Harmonies of #248A79
Complementary color
Monochromatic Colors of #248A79
Black with #248A79
Text Example
Text Example
White with #248A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A79; }
p { color: rgb(36,138,121); }
H1.HeaderClassName
{
color: #248A79;
}
.AnyTagClassName
{
color: #248A79;
}
</style>
background-color css
<style>
a { background-color: #248A79; }
a { background-color: rgb(36,138,121); }
div.DivClassName
{
background-color: #248A79;
}
.BgClassName
{
background-color: #248A79;
}
</style>
border-color css
<style>
span { border-color: #248A79; }
span { border-color: rgb(36,138,121); }
td.TdClassName
{
border-color: #248A79;
}
.TagClassName
{
border-color: #248A79;
}
</style>