Shades of Elm #288072
Tints of Elm #288072
RGB
CMYK
RGB Variations
Color information
#288072 (or 0x288072) is known color: Elm. HEX triplet: 28, 80 and 72. RGB value is (40,128,114). Sum of RGB (Red+Green+Blue) = 40+128+114=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #288072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288072 is #D77F8D. Grayscale: #646464. Windows color (decimal): -14122894 or 7503912. OLE color: 7503912.
HSL color Cylindrical-coordinate representation of color #288072: hue angle of 170.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288072 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 114 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.50 |
| HSL | 170.45º | 0.52% | 0.33% | - |
| HSV(B) | 170.45º | 0.69% | 0.5% | - |
| XYZ | 11.63 | 17.1 | 18.61 | - |
| YUV | 100.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 114 | 0.69 | 0 | 0.11 | 0.50 | 170.45 | 0.52 | 0.33 |
| Hex | 28 | 80 | 72 | 45 | 0 | B | 32 | AA | 34 | 21 |
| Octal | 50 | 200 | 162 | 105 | 0 | 13 | 62 | 252 | 64 | 41 |
| Binary | 101000 | 10000000 | 1110010 | 1000101 | 0 | 1011 | 110010 | 10101010 | 110100 | 100001 |
Color Harmonies of #288072
Complementary color
Monochromatic Colors of #288072
Black with #288072
Text Example
Text Example
White with #288072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288072; }
p { color: rgb(40,128,114); }
H1.HeaderClassName
{
color: #288072;
}
.AnyTagClassName
{
color: #288072;
}
</style>
background-color css
<style>
a { background-color: #288072; }
a { background-color: rgb(40,128,114); }
div.DivClassName
{
background-color: #288072;
}
.BgClassName
{
background-color: #288072;
}
</style>
border-color css
<style>
span { border-color: #288072; }
span { border-color: rgb(40,128,114); }
td.TdClassName
{
border-color: #288072;
}
.TagClassName
{
border-color: #288072;
}
</style>