Shades of Elm #288679
Tints of Elm #288679
RGB
CMYK
RGB Variations
Color information
#288679 (or 0x288679) is known color: Elm. HEX triplet: 28, 86 and 79. RGB value is (40,134,121). Sum of RGB (Red+Green+Blue) = 40+134+121=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #288679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288679 is #D77986. Grayscale: #686868. Windows color (decimal): -14121351 or 7964200. OLE color: 7964200.
HSL color Cylindrical-coordinate representation of color #288679: hue angle of 171.7º 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 #288679 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 121 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.47 |
| HSL | 171.7º | 0.54% | 0.34% | - |
| HSV(B) | 171.7º | 0.7% | 0.53% | - |
| XYZ | 12.85 | 18.88 | 21.06 | - |
| YUV | 104.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 121 | 0.70 | 0 | 0.10 | 0.47 | 171.7 | 0.54 | 0.34 |
| Hex | 28 | 86 | 79 | 46 | 0 | A | 2F | AC | 36 | 22 |
| Octal | 50 | 206 | 171 | 106 | 0 | 12 | 57 | 254 | 66 | 42 |
| Binary | 101000 | 10000110 | 1111001 | 1000110 | 0 | 1010 | 101111 | 10101100 | 110110 | 100010 |
Color Harmonies of #288679
Complementary color
Monochromatic Colors of #288679
Black with #288679
Text Example
Text Example
White with #288679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288679; }
p { color: rgb(40,134,121); }
H1.HeaderClassName
{
color: #288679;
}
.AnyTagClassName
{
color: #288679;
}
</style>
background-color css
<style>
a { background-color: #288679; }
a { background-color: rgb(40,134,121); }
div.DivClassName
{
background-color: #288679;
}
.BgClassName
{
background-color: #288679;
}
</style>
border-color css
<style>
span { border-color: #288679; }
span { border-color: rgb(40,134,121); }
td.TdClassName
{
border-color: #288679;
}
.TagClassName
{
border-color: #288679;
}
</style>