Shades of Elm #288B80
Tints of Elm #288B80
RGB
CMYK
RGB Variations
Color information
#288B80 (or 0x288B80) is known color: Elm. HEX triplet: 28, 8B and 80. RGB value is (40,139,128). Sum of RGB (Red+Green+Blue) = 40+139+128=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #288B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B80 is #D7747F. Grayscale: #6C6C6C. Windows color (decimal): -14120064 or 8424232. OLE color: 8424232.
HSL color Cylindrical-coordinate representation of color #288B80: hue angle of 173.33º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B80 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 128 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.45 |
| HSL | 173.33º | 0.55% | 0.35% | - |
| HSV(B) | 173.33º | 0.71% | 0.55% | - |
| XYZ | 14 | 20.47 | 23.64 | - |
| YUV | 108.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 128 | 0.71 | 0 | 0.08 | 0.45 | 173.33 | 0.55 | 0.35 |
| Hex | 28 | 8B | 80 | 47 | 0 | 8 | 2D | AD | 37 | 23 |
| Octal | 50 | 213 | 200 | 107 | 0 | 10 | 55 | 255 | 67 | 43 |
| Binary | 101000 | 10001011 | 10000000 | 1000111 | 0 | 1000 | 101101 | 10101101 | 110111 | 100011 |
Color Harmonies of #288B80
Complementary color
Monochromatic Colors of #288B80
Black with #288B80
Text Example
Text Example
White with #288B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B80; }
p { color: rgb(40,139,128); }
H1.HeaderClassName
{
color: #288B80;
}
.AnyTagClassName
{
color: #288B80;
}
</style>
background-color css
<style>
a { background-color: #288B80; }
a { background-color: rgb(40,139,128); }
div.DivClassName
{
background-color: #288B80;
}
.BgClassName
{
background-color: #288B80;
}
</style>
border-color css
<style>
span { border-color: #288B80; }
span { border-color: rgb(40,139,128); }
td.TdClassName
{
border-color: #288B80;
}
.TagClassName
{
border-color: #288B80;
}
</style>