Shades of Eden #286E56
Tints of Eden #286E56
RGB
CMYK
RGB Variations
Color information
#286E56 (or 0x286E56) is known color: Eden. HEX triplet: 28, 6E and 56. RGB value is (40,110,86). Sum of RGB (Red+Green+Blue) = 40+110+86=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #286E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E56 is #D791A9. Grayscale: #565656. Windows color (decimal): -14127530 or 5664296. OLE color: 5664296.
HSL color Cylindrical-coordinate representation of color #286E56: hue angle of 159.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E56 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 86 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.57 |
| HSL | 159.43º | 0.47% | 0.29% | - |
| HSV(B) | 159.43º | 0.64% | 0.43% | - |
| XYZ | 8.13 | 12.27 | 10.74 | - |
| YUV | 86.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 86 | 0.64 | 0 | 0.22 | 0.57 | 159.43 | 0.47 | 0.29 |
| Hex | 28 | 6E | 56 | 40 | 0 | 16 | 39 | 9F | 2F | 1D |
| Octal | 50 | 156 | 126 | 100 | 0 | 26 | 71 | 237 | 57 | 35 |
| Binary | 101000 | 1101110 | 1010110 | 1000000 | 0 | 10110 | 111001 | 10011111 | 101111 | 11101 |
Color Harmonies of #286E56
Complementary color
Monochromatic Colors of #286E56
Black with #286E56
Text Example
Text Example
White with #286E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E56; }
p { color: rgb(40,110,86); }
H1.HeaderClassName
{
color: #286E56;
}
.AnyTagClassName
{
color: #286E56;
}
</style>
background-color css
<style>
a { background-color: #286E56; }
a { background-color: rgb(40,110,86); }
div.DivClassName
{
background-color: #286E56;
}
.BgClassName
{
background-color: #286E56;
}
</style>
border-color css
<style>
span { border-color: #286E56; }
span { border-color: rgb(40,110,86); }
td.TdClassName
{
border-color: #286E56;
}
.TagClassName
{
border-color: #286E56;
}
</style>