Shades of Elm #288881
Tints of Elm #288881
RGB
CMYK
RGB Variations
Color information
#288881 (or 0x288881) is known color: Elm. HEX triplet: 28, 88 and 81. RGB value is (40,136,129). Sum of RGB (Red+Green+Blue) = 40+136+129=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #288881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288881 is #D7777E. Grayscale: #6A6A6A. Windows color (decimal): -14120831 or 8489000. OLE color: 8489000.
HSL color Cylindrical-coordinate representation of color #288881: hue angle of 175.62º 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 #288881 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 129 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.47 |
| HSL | 175.63º | 0.55% | 0.35% | - |
| HSV(B) | 175.63º | 0.71% | 0.53% | - |
| XYZ | 13.64 | 19.64 | 23.84 | - |
| YUV | 106.5 | 140.7 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 129 | 0.71 | 0 | 0.05 | 0.47 | 175.63 | 0.55 | 0.35 |
| Hex | 28 | 88 | 81 | 47 | 0 | 5 | 2F | B0 | 37 | 23 |
| Octal | 50 | 210 | 201 | 107 | 0 | 5 | 57 | 260 | 67 | 43 |
| Binary | 101000 | 10001000 | 10000001 | 1000111 | 0 | 101 | 101111 | 10110000 | 110111 | 100011 |
Color Harmonies of #288881
Complementary color
Monochromatic Colors of #288881
Black with #288881
Text Example
Text Example
White with #288881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288881; }
p { color: rgb(40,136,129); }
H1.HeaderClassName
{
color: #288881;
}
.AnyTagClassName
{
color: #288881;
}
</style>
background-color css
<style>
a { background-color: #288881; }
a { background-color: rgb(40,136,129); }
div.DivClassName
{
background-color: #288881;
}
.BgClassName
{
background-color: #288881;
}
</style>
border-color css
<style>
span { border-color: #288881; }
span { border-color: rgb(40,136,129); }
td.TdClassName
{
border-color: #288881;
}
.TagClassName
{
border-color: #288881;
}
</style>