Shades of Elm #288272
Tints of Elm #288272
RGB
CMYK
RGB Variations
Color information
#288272 (or 0x288272) is known color: Elm. HEX triplet: 28, 82 and 72. RGB value is (40,130,114). Sum of RGB (Red+Green+Blue) = 40+130+114=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #288272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288272 is #D77D8D. Grayscale: #656565. Windows color (decimal): -14122382 or 7504424. OLE color: 7504424.
HSL color Cylindrical-coordinate representation of color #288272: hue angle of 169.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288272 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 114 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.49 |
| HSL | 169.33º | 0.53% | 0.33% | - |
| HSV(B) | 169.33º | 0.69% | 0.51% | - |
| XYZ | 11.89 | 17.63 | 18.7 | - |
| YUV | 101.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 114 | 0.69 | 0 | 0.12 | 0.49 | 169.33 | 0.53 | 0.33 |
| Hex | 28 | 82 | 72 | 45 | 0 | C | 31 | A9 | 35 | 21 |
| Octal | 50 | 202 | 162 | 105 | 0 | 14 | 61 | 251 | 65 | 41 |
| Binary | 101000 | 10000010 | 1110010 | 1000101 | 0 | 1100 | 110001 | 10101001 | 110101 | 100001 |
Color Harmonies of #288272
Complementary color
Monochromatic Colors of #288272
Black with #288272
Text Example
Text Example
White with #288272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288272; }
p { color: rgb(40,130,114); }
H1.HeaderClassName
{
color: #288272;
}
.AnyTagClassName
{
color: #288272;
}
</style>
background-color css
<style>
a { background-color: #288272; }
a { background-color: rgb(40,130,114); }
div.DivClassName
{
background-color: #288272;
}
.BgClassName
{
background-color: #288272;
}
</style>
border-color css
<style>
span { border-color: #288272; }
span { border-color: rgb(40,130,114); }
td.TdClassName
{
border-color: #288272;
}
.TagClassName
{
border-color: #288272;
}
</style>