Shades of Elm #288B84
Tints of Elm #288B84
RGB
CMYK
RGB Variations
Color information
#288B84 (or 0x288B84) is known color: Elm. HEX triplet: 28, 8B and 84. RGB value is (40,139,132). Sum of RGB (Red+Green+Blue) = 40+139+132=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #288B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B84 is #D7747B. Grayscale: #6C6C6C. Windows color (decimal): -14120060 or 8686376. OLE color: 8686376.
HSL color Cylindrical-coordinate representation of color #288B84: hue angle of 175.76º 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 #288B84 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 132 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.45 |
| HSL | 175.76º | 0.55% | 0.35% | - |
| HSV(B) | 175.76º | 0.71% | 0.55% | - |
| XYZ | 14.27 | 20.58 | 25.05 | - |
| YUV | 108.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 132 | 0.71 | 0 | 0.05 | 0.45 | 175.76 | 0.55 | 0.35 |
| Hex | 28 | 8B | 84 | 47 | 0 | 5 | 2D | B0 | 37 | 23 |
| Octal | 50 | 213 | 204 | 107 | 0 | 5 | 55 | 260 | 67 | 43 |
| Binary | 101000 | 10001011 | 10000100 | 1000111 | 0 | 101 | 101101 | 10110000 | 110111 | 100011 |
Color Harmonies of #288B84
Complementary color
Monochromatic Colors of #288B84
Black with #288B84
Text Example
Text Example
White with #288B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B84; }
p { color: rgb(40,139,132); }
H1.HeaderClassName
{
color: #288B84;
}
.AnyTagClassName
{
color: #288B84;
}
</style>
background-color css
<style>
a { background-color: #288B84; }
a { background-color: rgb(40,139,132); }
div.DivClassName
{
background-color: #288B84;
}
.BgClassName
{
background-color: #288B84;
}
</style>
border-color css
<style>
span { border-color: #288B84; }
span { border-color: rgb(40,139,132); }
td.TdClassName
{
border-color: #288B84;
}
.TagClassName
{
border-color: #288B84;
}
</style>