Shades of Elm #288782
Tints of Elm #288782
RGB
CMYK
RGB Variations
Color information
#288782 (or 0x288782) is known color: Elm. HEX triplet: 28, 87 and 82. RGB value is (40,135,130). Sum of RGB (Red+Green+Blue) = 40+135+130=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #288782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288782 is #D7787D. Grayscale: #696969. Windows color (decimal): -14121086 or 8554280. OLE color: 8554280.
HSL color Cylindrical-coordinate representation of color #288782: hue angle of 176.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288782 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 130 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.47 |
| HSL | 176.84º | 0.54% | 0.34% | - |
| HSV(B) | 176.84º | 0.7% | 0.53% | - |
| XYZ | 13.57 | 19.39 | 24.15 | - |
| YUV | 106.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 130 | 0.70 | 0 | 0.04 | 0.47 | 176.84 | 0.54 | 0.34 |
| Hex | 28 | 87 | 82 | 46 | 0 | 4 | 2F | B1 | 36 | 22 |
| Octal | 50 | 207 | 202 | 106 | 0 | 4 | 57 | 261 | 66 | 42 |
| Binary | 101000 | 10000111 | 10000010 | 1000110 | 0 | 100 | 101111 | 10110001 | 110110 | 100010 |
Color Harmonies of #288782
Complementary color
Monochromatic Colors of #288782
Black with #288782
Text Example
Text Example
White with #288782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288782; }
p { color: rgb(40,135,130); }
H1.HeaderClassName
{
color: #288782;
}
.AnyTagClassName
{
color: #288782;
}
</style>
background-color css
<style>
a { background-color: #288782; }
a { background-color: rgb(40,135,130); }
div.DivClassName
{
background-color: #288782;
}
.BgClassName
{
background-color: #288782;
}
</style>
border-color css
<style>
span { border-color: #288782; }
span { border-color: rgb(40,135,130); }
td.TdClassName
{
border-color: #288782;
}
.TagClassName
{
border-color: #288782;
}
</style>