Shades of Elm #288977
Tints of Elm #288977
RGB
CMYK
RGB Variations
Color information
#288977 (or 0x288977) is known color: Elm. HEX triplet: 28, 89 and 77. RGB value is (40,137,119). Sum of RGB (Red+Green+Blue) = 40+137+119=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #288977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288977 is #D77688. Grayscale: #696969. Windows color (decimal): -14120585 or 7833896. OLE color: 7833896.
HSL color Cylindrical-coordinate representation of color #288977: hue angle of 168.87º 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 #288977 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 119 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.46 |
| HSL | 168.87º | 0.55% | 0.35% | - |
| HSV(B) | 168.87º | 0.71% | 0.54% | - |
| XYZ | 13.15 | 19.67 | 20.56 | - |
| YUV | 105.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 119 | 0.71 | 0 | 0.13 | 0.46 | 168.87 | 0.55 | 0.35 |
| Hex | 28 | 89 | 77 | 47 | 0 | D | 2E | A9 | 37 | 23 |
| Octal | 50 | 211 | 167 | 107 | 0 | 15 | 56 | 251 | 67 | 43 |
| Binary | 101000 | 10001001 | 1110111 | 1000111 | 0 | 1101 | 101110 | 10101001 | 110111 | 100011 |
Color Harmonies of #288977
Complementary color
Monochromatic Colors of #288977
Black with #288977
Text Example
Text Example
White with #288977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288977; }
p { color: rgb(40,137,119); }
H1.HeaderClassName
{
color: #288977;
}
.AnyTagClassName
{
color: #288977;
}
</style>
background-color css
<style>
a { background-color: #288977; }
a { background-color: rgb(40,137,119); }
div.DivClassName
{
background-color: #288977;
}
.BgClassName
{
background-color: #288977;
}
</style>
border-color css
<style>
span { border-color: #288977; }
span { border-color: rgb(40,137,119); }
td.TdClassName
{
border-color: #288977;
}
.TagClassName
{
border-color: #288977;
}
</style>