Shades of Elm #288275
Tints of Elm #288275
RGB
CMYK
RGB Variations
Color information
#288275 (or 0x288275) is known color: Elm. HEX triplet: 28, 82 and 75. RGB value is (40,130,117). Sum of RGB (Red+Green+Blue) = 40+130+117=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #288275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288275 is #D77D8A. Grayscale: #656565. Windows color (decimal): -14122379 or 7701032. OLE color: 7701032.
HSL color Cylindrical-coordinate representation of color #288275: hue angle of 171.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 #288275 is Cyan = 0.69, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 117 | - |
| CMYK | 0.69 | 0 | 0.1 | 0.49 |
| HSL | 171.33º | 0.53% | 0.33% | - |
| HSV(B) | 171.33º | 0.69% | 0.51% | - |
| XYZ | 12.07 | 17.7 | 19.61 | - |
| YUV | 101.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 117 | 0.69 | 0 | 0.1 | 0.49 | 171.33 | 0.53 | 0.33 |
| Hex | 28 | 82 | 75 | 45 | 0 | A | 31 | AB | 35 | 21 |
| Octal | 50 | 202 | 165 | 105 | 0 | 12 | 61 | 253 | 65 | 41 |
| Binary | 101000 | 10000010 | 1110101 | 1000101 | 0 | 1010 | 110001 | 10101011 | 110101 | 100001 |
Color Harmonies of #288275
Complementary color
Monochromatic Colors of #288275
Black with #288275
Text Example
Text Example
White with #288275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288275; }
p { color: rgb(40,130,117); }
H1.HeaderClassName
{
color: #288275;
}
.AnyTagClassName
{
color: #288275;
}
</style>
background-color css
<style>
a { background-color: #288275; }
a { background-color: rgb(40,130,117); }
div.DivClassName
{
background-color: #288275;
}
.BgClassName
{
background-color: #288275;
}
</style>
border-color css
<style>
span { border-color: #288275; }
span { border-color: rgb(40,130,117); }
td.TdClassName
{
border-color: #288275;
}
.TagClassName
{
border-color: #288275;
}
</style>