Shades of Elm #248781
Tints of Elm #248781
RGB
CMYK
RGB Variations
Color information
#248781 (or 0x248781) is known color: Elm. HEX triplet: 24, 87 and 81. RGB value is (36,135,129). Sum of RGB (Red+Green+Blue) = 36+135+129=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #248781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248781 is #DB787E. Grayscale: #686868. Windows color (decimal): -14383231 or 8488740. OLE color: 8488740.
HSL color Cylindrical-coordinate representation of color #248781: hue angle of 176.36º 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 #248781 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 129 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.47 |
| HSL | 176.36º | 0.58% | 0.34% | - |
| HSV(B) | 176.36º | 0.73% | 0.53% | - |
| XYZ | 13.35 | 19.29 | 23.79 | - |
| YUV | 104.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 129 | 0.73 | 0 | 0.04 | 0.47 | 176.36 | 0.58 | 0.34 |
| Hex | 24 | 87 | 81 | 49 | 0 | 4 | 2F | B0 | 3A | 22 |
| Octal | 44 | 207 | 201 | 111 | 0 | 4 | 57 | 260 | 72 | 42 |
| Binary | 100100 | 10000111 | 10000001 | 1001001 | 0 | 100 | 101111 | 10110000 | 111010 | 100010 |
Color Harmonies of #248781
Complementary color
Monochromatic Colors of #248781
Black with #248781
Text Example
Text Example
White with #248781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248781; }
p { color: rgb(36,135,129); }
H1.HeaderClassName
{
color: #248781;
}
.AnyTagClassName
{
color: #248781;
}
</style>
background-color css
<style>
a { background-color: #248781; }
a { background-color: rgb(36,135,129); }
div.DivClassName
{
background-color: #248781;
}
.BgClassName
{
background-color: #248781;
}
</style>
border-color css
<style>
span { border-color: #248781; }
span { border-color: rgb(36,135,129); }
td.TdClassName
{
border-color: #248781;
}
.TagClassName
{
border-color: #248781;
}
</style>