Shades of Elm #288882
Tints of Elm #288882
RGB
CMYK
RGB Variations
Color information
#288882 (or 0x288882) is known color: Elm. HEX triplet: 28, 88 and 82. RGB value is (40,136,130). Sum of RGB (Red+Green+Blue) = 40+136+130=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #288882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288882 is #D7777D. Grayscale: #6A6A6A. Windows color (decimal): -14120830 or 8554536. OLE color: 8554536.
HSL color Cylindrical-coordinate representation of color #288882: hue angle of 176.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288882 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 130 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.47 |
| HSL | 176.25º | 0.55% | 0.35% | - |
| HSV(B) | 176.25º | 0.71% | 0.53% | - |
| XYZ | 13.71 | 19.67 | 24.19 | - |
| YUV | 106.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 130 | 0.71 | 0 | 0.04 | 0.47 | 176.25 | 0.55 | 0.35 |
| Hex | 28 | 88 | 82 | 47 | 0 | 4 | 2F | B0 | 37 | 23 |
| Octal | 50 | 210 | 202 | 107 | 0 | 4 | 57 | 260 | 67 | 43 |
| Binary | 101000 | 10001000 | 10000010 | 1000111 | 0 | 100 | 101111 | 10110000 | 110111 | 100011 |
Color Harmonies of #288882
Complementary color
Monochromatic Colors of #288882
Black with #288882
Text Example
Text Example
White with #288882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288882; }
p { color: rgb(40,136,130); }
H1.HeaderClassName
{
color: #288882;
}
.AnyTagClassName
{
color: #288882;
}
</style>
background-color css
<style>
a { background-color: #288882; }
a { background-color: rgb(40,136,130); }
div.DivClassName
{
background-color: #288882;
}
.BgClassName
{
background-color: #288882;
}
</style>
border-color css
<style>
span { border-color: #288882; }
span { border-color: rgb(40,136,130); }
td.TdClassName
{
border-color: #288882;
}
.TagClassName
{
border-color: #288882;
}
</style>