Shades of Elm #288880
Tints of Elm #288880
RGB
CMYK
RGB Variations
Color information
#288880 (or 0x288880) is known color: Elm. HEX triplet: 28, 88 and 80. RGB value is (40,136,128). Sum of RGB (Red+Green+Blue) = 40+136+128=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #288880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288880 is #D7777F. Grayscale: #6A6A6A. Windows color (decimal): -14120832 or 8423464. OLE color: 8423464.
HSL color Cylindrical-coordinate representation of color #288880: hue angle of 175º 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 #288880 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 128 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.47 |
| HSL | 175º | 0.55% | 0.35% | - |
| HSV(B) | 175º | 0.71% | 0.53% | - |
| XYZ | 13.58 | 19.62 | 23.49 | - |
| YUV | 106.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 128 | 0.71 | 0 | 0.06 | 0.47 | 175 | 0.55 | 0.35 |
| Hex | 28 | 88 | 80 | 47 | 0 | 6 | 2F | AF | 37 | 23 |
| Octal | 50 | 210 | 200 | 107 | 0 | 6 | 57 | 257 | 67 | 43 |
| Binary | 101000 | 10001000 | 10000000 | 1000111 | 0 | 110 | 101111 | 10101111 | 110111 | 100011 |
Color Harmonies of #288880
Complementary color
Monochromatic Colors of #288880
Black with #288880
Text Example
Text Example
White with #288880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288880; }
p { color: rgb(40,136,128); }
H1.HeaderClassName
{
color: #288880;
}
.AnyTagClassName
{
color: #288880;
}
</style>
background-color css
<style>
a { background-color: #288880; }
a { background-color: rgb(40,136,128); }
div.DivClassName
{
background-color: #288880;
}
.BgClassName
{
background-color: #288880;
}
</style>
border-color css
<style>
span { border-color: #288880; }
span { border-color: rgb(40,136,128); }
td.TdClassName
{
border-color: #288880;
}
.TagClassName
{
border-color: #288880;
}
</style>