Shades of Eden #286A5E
Tints of Eden #286A5E
RGB
CMYK
RGB Variations
Color information
#286A5E (or 0x286A5E) is known color: Eden. HEX triplet: 28, 6A and 5E. RGB value is (40,106,94). Sum of RGB (Red+Green+Blue) = 40+106+94=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #286A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286A5E is #D795A1. Grayscale: #545454. Windows color (decimal): -14128546 or 6187560. OLE color: 6187560.
HSL color Cylindrical-coordinate representation of color #286A5E: hue angle of 169.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286A5E is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 94 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.58 |
| HSL | 169.09º | 0.45% | 0.29% | - |
| HSV(B) | 169.09º | 0.62% | 0.42% | - |
| XYZ | 8.05 | 11.57 | 12.4 | - |
| YUV | 84.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 94 | 0.62 | 0 | 0.11 | 0.58 | 169.09 | 0.45 | 0.29 |
| Hex | 28 | 6A | 5E | 3E | 0 | B | 3A | A9 | 2D | 1D |
| Octal | 50 | 152 | 136 | 76 | 0 | 13 | 72 | 251 | 55 | 35 |
| Binary | 101000 | 1101010 | 1011110 | 111110 | 0 | 1011 | 111010 | 10101001 | 101101 | 11101 |
Color Harmonies of #286A5E
Complementary color
Monochromatic Colors of #286A5E
Black with #286A5E
Text Example
Text Example
White with #286A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A5E; }
p { color: rgb(40,106,94); }
H1.HeaderClassName
{
color: #286A5E;
}
.AnyTagClassName
{
color: #286A5E;
}
</style>
background-color css
<style>
a { background-color: #286A5E; }
a { background-color: rgb(40,106,94); }
div.DivClassName
{
background-color: #286A5E;
}
.BgClassName
{
background-color: #286A5E;
}
</style>
border-color css
<style>
span { border-color: #286A5E; }
span { border-color: rgb(40,106,94); }
td.TdClassName
{
border-color: #286A5E;
}
.TagClassName
{
border-color: #286A5E;
}
</style>