Shades of Elm #288472
Tints of Elm #288472
RGB
CMYK
RGB Variations
Color information
#288472 (or 0x288472) is known color: Elm. HEX triplet: 28, 84 and 72. RGB value is (40,132,114). Sum of RGB (Red+Green+Blue) = 40+132+114=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #288472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288472 is #D77B8D. Grayscale: #666666. Windows color (decimal): -14121870 or 7504936. OLE color: 7504936.
HSL color Cylindrical-coordinate representation of color #288472: hue angle of 168.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288472 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 114 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.48 |
| HSL | 168.26º | 0.53% | 0.34% | - |
| HSV(B) | 168.26º | 0.7% | 0.52% | - |
| XYZ | 12.16 | 18.17 | 18.79 | - |
| YUV | 102.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 114 | 0.70 | 0 | 0.14 | 0.48 | 168.26 | 0.53 | 0.34 |
| Hex | 28 | 84 | 72 | 46 | 0 | E | 30 | A8 | 35 | 22 |
| Octal | 50 | 204 | 162 | 106 | 0 | 16 | 60 | 250 | 65 | 42 |
| Binary | 101000 | 10000100 | 1110010 | 1000110 | 0 | 1110 | 110000 | 10101000 | 110101 | 100010 |
Color Harmonies of #288472
Complementary color
Monochromatic Colors of #288472
Black with #288472
Text Example
Text Example
White with #288472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288472; }
p { color: rgb(40,132,114); }
H1.HeaderClassName
{
color: #288472;
}
.AnyTagClassName
{
color: #288472;
}
</style>
background-color css
<style>
a { background-color: #288472; }
a { background-color: rgb(40,132,114); }
div.DivClassName
{
background-color: #288472;
}
.BgClassName
{
background-color: #288472;
}
</style>
border-color css
<style>
span { border-color: #288472; }
span { border-color: rgb(40,132,114); }
td.TdClassName
{
border-color: #288472;
}
.TagClassName
{
border-color: #288472;
}
</style>