Shades of Elm #288F81
Tints of Elm #288F81
RGB
CMYK
RGB Variations
Color information
#288F81 (or 0x288F81) is known color: Elm. HEX triplet: 28, 8F and 81. RGB value is (40,143,129). Sum of RGB (Red+Green+Blue) = 40+143+129=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #288F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F81 is #D7707E. Grayscale: #6E6E6E. Windows color (decimal): -14119039 or 8490792. OLE color: 8490792.
HSL color Cylindrical-coordinate representation of color #288F81: hue angle of 171.84º 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 #288F81 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 129 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.44 |
| HSL | 171.84º | 0.56% | 0.36% | - |
| HSV(B) | 171.84º | 0.72% | 0.56% | - |
| XYZ | 14.66 | 21.68 | 24.18 | - |
| YUV | 110.61 | 138.38 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 129 | 0.72 | 0 | 0.10 | 0.44 | 171.84 | 0.56 | 0.36 |
| Hex | 28 | 8F | 81 | 48 | 0 | A | 2C | AC | 38 | 24 |
| Octal | 50 | 217 | 201 | 110 | 0 | 12 | 54 | 254 | 70 | 44 |
| Binary | 101000 | 10001111 | 10000001 | 1001000 | 0 | 1010 | 101100 | 10101100 | 111000 | 100100 |
Color Harmonies of #288F81
Complementary color
Monochromatic Colors of #288F81
Black with #288F81
Text Example
Text Example
White with #288F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F81; }
p { color: rgb(40,143,129); }
H1.HeaderClassName
{
color: #288F81;
}
.AnyTagClassName
{
color: #288F81;
}
</style>
background-color css
<style>
a { background-color: #288F81; }
a { background-color: rgb(40,143,129); }
div.DivClassName
{
background-color: #288F81;
}
.BgClassName
{
background-color: #288F81;
}
</style>
border-color css
<style>
span { border-color: #288F81; }
span { border-color: rgb(40,143,129); }
td.TdClassName
{
border-color: #288F81;
}
.TagClassName
{
border-color: #288F81;
}
</style>