Shades of Elm #288676
Tints of Elm #288676
RGB
CMYK
RGB Variations
Color information
#288676 (or 0x288676) is known color: Elm. HEX triplet: 28, 86 and 76. RGB value is (40,134,118). Sum of RGB (Red+Green+Blue) = 40+134+118=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #288676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288676 is #D77989. Grayscale: #686868. Windows color (decimal): -14121354 or 7767592. OLE color: 7767592.
HSL color Cylindrical-coordinate representation of color #288676: hue angle of 169.79º 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 #288676 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 118 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.47 |
| HSL | 169.79º | 0.54% | 0.34% | - |
| HSV(B) | 169.79º | 0.7% | 0.53% | - |
| XYZ | 12.67 | 18.81 | 20.1 | - |
| YUV | 104.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 118 | 0.70 | 0 | 0.12 | 0.47 | 169.79 | 0.54 | 0.34 |
| Hex | 28 | 86 | 76 | 46 | 0 | C | 2F | AA | 36 | 22 |
| Octal | 50 | 206 | 166 | 106 | 0 | 14 | 57 | 252 | 66 | 42 |
| Binary | 101000 | 10000110 | 1110110 | 1000110 | 0 | 1100 | 101111 | 10101010 | 110110 | 100010 |
Color Harmonies of #288676
Complementary color
Monochromatic Colors of #288676
Black with #288676
Text Example
Text Example
White with #288676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288676; }
p { color: rgb(40,134,118); }
H1.HeaderClassName
{
color: #288676;
}
.AnyTagClassName
{
color: #288676;
}
</style>
background-color css
<style>
a { background-color: #288676; }
a { background-color: rgb(40,134,118); }
div.DivClassName
{
background-color: #288676;
}
.BgClassName
{
background-color: #288676;
}
</style>
border-color css
<style>
span { border-color: #288676; }
span { border-color: rgb(40,134,118); }
td.TdClassName
{
border-color: #288676;
}
.TagClassName
{
border-color: #288676;
}
</style>