Shades of Elm #288681
Tints of Elm #288681
RGB
CMYK
RGB Variations
Color information
#288681 (or 0x288681) is known color: Elm. HEX triplet: 28, 86 and 81. RGB value is (40,134,129). Sum of RGB (Red+Green+Blue) = 40+134+129=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #288681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288681 is #D7797E. Grayscale: #696969. Windows color (decimal): -14121343 or 8488488. OLE color: 8488488.
HSL color Cylindrical-coordinate representation of color #288681: hue angle of 176.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288681 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 129 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.47 |
| HSL | 176.81º | 0.54% | 0.34% | - |
| HSV(B) | 176.81º | 0.7% | 0.53% | - |
| XYZ | 13.36 | 19.09 | 23.75 | - |
| YUV | 105.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 129 | 0.70 | 0 | 0.04 | 0.47 | 176.81 | 0.54 | 0.34 |
| Hex | 28 | 86 | 81 | 46 | 0 | 4 | 2F | B1 | 36 | 22 |
| Octal | 50 | 206 | 201 | 106 | 0 | 4 | 57 | 261 | 66 | 42 |
| Binary | 101000 | 10000110 | 10000001 | 1000110 | 0 | 100 | 101111 | 10110001 | 110110 | 100010 |
Color Harmonies of #288681
Complementary color
Monochromatic Colors of #288681
Black with #288681
Text Example
Text Example
White with #288681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288681; }
p { color: rgb(40,134,129); }
H1.HeaderClassName
{
color: #288681;
}
.AnyTagClassName
{
color: #288681;
}
</style>
background-color css
<style>
a { background-color: #288681; }
a { background-color: rgb(40,134,129); }
div.DivClassName
{
background-color: #288681;
}
.BgClassName
{
background-color: #288681;
}
</style>
border-color css
<style>
span { border-color: #288681; }
span { border-color: rgb(40,134,129); }
td.TdClassName
{
border-color: #288681;
}
.TagClassName
{
border-color: #288681;
}
</style>