Shades of Elm #288277
Tints of Elm #288277
RGB
CMYK
RGB Variations
Color information
#288277 (or 0x288277) is known color: Elm. HEX triplet: 28, 82 and 77. RGB value is (40,130,119). Sum of RGB (Red+Green+Blue) = 40+130+119=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #288277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288277 is #D77D88. Grayscale: #656565. Windows color (decimal): -14122377 or 7832104. OLE color: 7832104.
HSL color Cylindrical-coordinate representation of color #288277: hue angle of 172.67º 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 #288277 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 119 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.49 |
| HSL | 172.67º | 0.53% | 0.33% | - |
| HSV(B) | 172.67º | 0.69% | 0.51% | - |
| XYZ | 12.19 | 17.75 | 20.24 | - |
| YUV | 101.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 119 | 0.69 | 0 | 0.08 | 0.49 | 172.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 77 | 45 | 0 | 8 | 31 | AD | 35 | 21 |
| Octal | 50 | 202 | 167 | 105 | 0 | 10 | 61 | 255 | 65 | 41 |
| Binary | 101000 | 10000010 | 1110111 | 1000101 | 0 | 1000 | 110001 | 10101101 | 110101 | 100001 |
Color Harmonies of #288277
Complementary color
Monochromatic Colors of #288277
Black with #288277
Text Example
Text Example
White with #288277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288277; }
p { color: rgb(40,130,119); }
H1.HeaderClassName
{
color: #288277;
}
.AnyTagClassName
{
color: #288277;
}
</style>
background-color css
<style>
a { background-color: #288277; }
a { background-color: rgb(40,130,119); }
div.DivClassName
{
background-color: #288277;
}
.BgClassName
{
background-color: #288277;
}
</style>
border-color css
<style>
span { border-color: #288277; }
span { border-color: rgb(40,130,119); }
td.TdClassName
{
border-color: #288277;
}
.TagClassName
{
border-color: #288277;
}
</style>