Shades of Eden #286C5B
Tints of Eden #286C5B
RGB
CMYK
RGB Variations
Color information
#286C5B (or 0x286C5B) is known color: Eden. HEX triplet: 28, 6C and 5B. RGB value is (40,108,91). Sum of RGB (Red+Green+Blue) = 40+108+91=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #286C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C5B is #D793A4. Grayscale: #555555. Windows color (decimal): -14128037 or 5991464. OLE color: 5991464.
HSL color Cylindrical-coordinate representation of color #286C5B: hue angle of 165º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C5B is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 91 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.58 |
| HSL | 165º | 0.46% | 0.29% | - |
| HSV(B) | 165º | 0.63% | 0.42% | - |
| XYZ | 8.13 | 11.93 | 11.77 | - |
| YUV | 85.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 91 | 0.63 | 0 | 0.16 | 0.58 | 165 | 0.46 | 0.29 |
| Hex | 28 | 6C | 5B | 3F | 0 | 10 | 3A | A5 | 2E | 1D |
| Octal | 50 | 154 | 133 | 77 | 0 | 20 | 72 | 245 | 56 | 35 |
| Binary | 101000 | 1101100 | 1011011 | 111111 | 0 | 10000 | 111010 | 10100101 | 101110 | 11101 |
Color Harmonies of #286C5B
Complementary color
Monochromatic Colors of #286C5B
Black with #286C5B
Text Example
Text Example
White with #286C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C5B; }
p { color: rgb(40,108,91); }
H1.HeaderClassName
{
color: #286C5B;
}
.AnyTagClassName
{
color: #286C5B;
}
</style>
background-color css
<style>
a { background-color: #286C5B; }
a { background-color: rgb(40,108,91); }
div.DivClassName
{
background-color: #286C5B;
}
.BgClassName
{
background-color: #286C5B;
}
</style>
border-color css
<style>
span { border-color: #286C5B; }
span { border-color: rgb(40,108,91); }
td.TdClassName
{
border-color: #286C5B;
}
.TagClassName
{
border-color: #286C5B;
}
</style>