Shades of Elm #288976
Tints of Elm #288976
RGB
CMYK
RGB Variations
Color information
#288976 (or 0x288976) is known color: Elm. HEX triplet: 28, 89 and 76. RGB value is (40,137,118). Sum of RGB (Red+Green+Blue) = 40+137+118=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #288976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288976 is #D77689. Grayscale: #696969. Windows color (decimal): -14120586 or 7768360. OLE color: 7768360.
HSL color Cylindrical-coordinate representation of color #288976: hue angle of 168.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288976 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 118 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.46 |
| HSL | 168.25º | 0.55% | 0.35% | - |
| HSV(B) | 168.25º | 0.71% | 0.54% | - |
| XYZ | 13.09 | 19.65 | 20.24 | - |
| YUV | 105.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 118 | 0.71 | 0 | 0.14 | 0.46 | 168.25 | 0.55 | 0.35 |
| Hex | 28 | 89 | 76 | 47 | 0 | E | 2E | A8 | 37 | 23 |
| Octal | 50 | 211 | 166 | 107 | 0 | 16 | 56 | 250 | 67 | 43 |
| Binary | 101000 | 10001001 | 1110110 | 1000111 | 0 | 1110 | 101110 | 10101000 | 110111 | 100011 |
Color Harmonies of #288976
Complementary color
Monochromatic Colors of #288976
Black with #288976
Text Example
Text Example
White with #288976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288976; }
p { color: rgb(40,137,118); }
H1.HeaderClassName
{
color: #288976;
}
.AnyTagClassName
{
color: #288976;
}
</style>
background-color css
<style>
a { background-color: #288976; }
a { background-color: rgb(40,137,118); }
div.DivClassName
{
background-color: #288976;
}
.BgClassName
{
background-color: #288976;
}
</style>
border-color css
<style>
span { border-color: #288976; }
span { border-color: rgb(40,137,118); }
td.TdClassName
{
border-color: #288976;
}
.TagClassName
{
border-color: #288976;
}
</style>