Shades of Elm #288980
Tints of Elm #288980
RGB
CMYK
RGB Variations
Color information
#288980 (or 0x288980) is known color: Elm. HEX triplet: 28, 89 and 80. RGB value is (40,137,128). Sum of RGB (Red+Green+Blue) = 40+137+128=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #288980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288980 is #D7767F. Grayscale: #6A6A6A. Windows color (decimal): -14120576 or 8423720. OLE color: 8423720.
HSL color Cylindrical-coordinate representation of color #288980: hue angle of 174.43º 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 #288980 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 128 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.46 |
| HSL | 174.43º | 0.55% | 0.35% | - |
| HSV(B) | 174.43º | 0.71% | 0.54% | - |
| XYZ | 13.72 | 19.9 | 23.54 | - |
| YUV | 106.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 128 | 0.71 | 0 | 0.07 | 0.46 | 174.43 | 0.55 | 0.35 |
| Hex | 28 | 89 | 80 | 47 | 0 | 7 | 2E | AE | 37 | 23 |
| Octal | 50 | 211 | 200 | 107 | 0 | 7 | 56 | 256 | 67 | 43 |
| Binary | 101000 | 10001001 | 10000000 | 1000111 | 0 | 111 | 101110 | 10101110 | 110111 | 100011 |
Color Harmonies of #288980
Complementary color
Monochromatic Colors of #288980
Black with #288980
Text Example
Text Example
White with #288980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288980; }
p { color: rgb(40,137,128); }
H1.HeaderClassName
{
color: #288980;
}
.AnyTagClassName
{
color: #288980;
}
</style>
background-color css
<style>
a { background-color: #288980; }
a { background-color: rgb(40,137,128); }
div.DivClassName
{
background-color: #288980;
}
.BgClassName
{
background-color: #288980;
}
</style>
border-color css
<style>
span { border-color: #288980; }
span { border-color: rgb(40,137,128); }
td.TdClassName
{
border-color: #288980;
}
.TagClassName
{
border-color: #288980;
}
</style>