Shades of Elm #248780
Tints of Elm #248780
RGB
CMYK
RGB Variations
Color information
#248780 (or 0x248780) is known color: Elm. HEX triplet: 24, 87 and 80. RGB value is (36,135,128). Sum of RGB (Red+Green+Blue) = 36+135+128=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #248780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248780 is #DB787F. Grayscale: #686868. Windows color (decimal): -14383232 or 8423204. OLE color: 8423204.
HSL color Cylindrical-coordinate representation of color #248780: hue angle of 175.76º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248780 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 128 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.47 |
| HSL | 175.76º | 0.58% | 0.34% | - |
| HSV(B) | 175.76º | 0.73% | 0.53% | - |
| XYZ | 13.29 | 19.26 | 23.44 | - |
| YUV | 104.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 128 | 0.73 | 0 | 0.05 | 0.47 | 175.76 | 0.58 | 0.34 |
| Hex | 24 | 87 | 80 | 49 | 0 | 5 | 2F | B0 | 3A | 22 |
| Octal | 44 | 207 | 200 | 111 | 0 | 5 | 57 | 260 | 72 | 42 |
| Binary | 100100 | 10000111 | 10000000 | 1001001 | 0 | 101 | 101111 | 10110000 | 111010 | 100010 |
Color Harmonies of #248780
Complementary color
Monochromatic Colors of #248780
Black with #248780
Text Example
Text Example
White with #248780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248780; }
p { color: rgb(36,135,128); }
H1.HeaderClassName
{
color: #248780;
}
.AnyTagClassName
{
color: #248780;
}
</style>
background-color css
<style>
a { background-color: #248780; }
a { background-color: rgb(36,135,128); }
div.DivClassName
{
background-color: #248780;
}
.BgClassName
{
background-color: #248780;
}
</style>
border-color css
<style>
span { border-color: #248780; }
span { border-color: rgb(36,135,128); }
td.TdClassName
{
border-color: #248780;
}
.TagClassName
{
border-color: #248780;
}
</style>