Shades of Elm #288883
Tints of Elm #288883
RGB
CMYK
RGB Variations
Color information
#288883 (or 0x288883) is known color: Elm. HEX triplet: 28, 88 and 83. RGB value is (40,136,131). Sum of RGB (Red+Green+Blue) = 40+136+131=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #288883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288883 is #D7777C. Grayscale: #6A6A6A. Windows color (decimal): -14120829 or 8620072. OLE color: 8620072.
HSL color Cylindrical-coordinate representation of color #288883: hue angle of 176.88º 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 #288883 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 131 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.47 |
| HSL | 176.88º | 0.55% | 0.35% | - |
| HSV(B) | 176.88º | 0.71% | 0.53% | - |
| XYZ | 13.78 | 19.7 | 24.55 | - |
| YUV | 106.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 131 | 0.71 | 0 | 0.04 | 0.47 | 176.88 | 0.55 | 0.35 |
| Hex | 28 | 88 | 83 | 47 | 0 | 4 | 2F | B1 | 37 | 23 |
| Octal | 50 | 210 | 203 | 107 | 0 | 4 | 57 | 261 | 67 | 43 |
| Binary | 101000 | 10001000 | 10000011 | 1000111 | 0 | 100 | 101111 | 10110001 | 110111 | 100011 |
Color Harmonies of #288883
Complementary color
Monochromatic Colors of #288883
Black with #288883
Text Example
Text Example
White with #288883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288883; }
p { color: rgb(40,136,131); }
H1.HeaderClassName
{
color: #288883;
}
.AnyTagClassName
{
color: #288883;
}
</style>
background-color css
<style>
a { background-color: #288883; }
a { background-color: rgb(40,136,131); }
div.DivClassName
{
background-color: #288883;
}
.BgClassName
{
background-color: #288883;
}
</style>
border-color css
<style>
span { border-color: #288883; }
span { border-color: rgb(40,136,131); }
td.TdClassName
{
border-color: #288883;
}
.TagClassName
{
border-color: #288883;
}
</style>