Shades of Elm #288F82
Tints of Elm #288F82
RGB
CMYK
RGB Variations
Color information
#288F82 (or 0x288F82) is known color: Elm. HEX triplet: 28, 8F and 82. RGB value is (40,143,130). Sum of RGB (Red+Green+Blue) = 40+143+130=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #288F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F82 is #D7707D. Grayscale: #6E6E6E. Windows color (decimal): -14119038 or 8556328. OLE color: 8556328.
HSL color Cylindrical-coordinate representation of color #288F82: hue angle of 172.43º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F82 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 130 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.44 |
| HSL | 172.43º | 0.56% | 0.36% | - |
| HSV(B) | 172.43º | 0.72% | 0.56% | - |
| XYZ | 14.73 | 21.71 | 24.53 | - |
| YUV | 110.72 | 138.88 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 130 | 0.72 | 0 | 0.09 | 0.44 | 172.43 | 0.56 | 0.36 |
| Hex | 28 | 8F | 82 | 48 | 0 | 9 | 2C | AC | 38 | 24 |
| Octal | 50 | 217 | 202 | 110 | 0 | 11 | 54 | 254 | 70 | 44 |
| Binary | 101000 | 10001111 | 10000010 | 1001000 | 0 | 1001 | 101100 | 10101100 | 111000 | 100100 |
Color Harmonies of #288F82
Complementary color
Monochromatic Colors of #288F82
Black with #288F82
Text Example
Text Example
White with #288F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F82; }
p { color: rgb(40,143,130); }
H1.HeaderClassName
{
color: #288F82;
}
.AnyTagClassName
{
color: #288F82;
}
</style>
background-color css
<style>
a { background-color: #288F82; }
a { background-color: rgb(40,143,130); }
div.DivClassName
{
background-color: #288F82;
}
.BgClassName
{
background-color: #288F82;
}
</style>
border-color css
<style>
span { border-color: #288F82; }
span { border-color: rgb(40,143,130); }
td.TdClassName
{
border-color: #288F82;
}
.TagClassName
{
border-color: #288F82;
}
</style>