Shades of Eden #286655
Tints of Eden #286655
RGB
CMYK
RGB Variations
Color information
#286655 (or 0x286655) is known color: Eden. HEX triplet: 28, 66 and 55. RGB value is (40,102,85). Sum of RGB (Red+Green+Blue) = 40+102+85=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #286655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286655 is #D799AA. Grayscale: #515151. Windows color (decimal): -14129579 or 5596712. OLE color: 5596712.
HSL color Cylindrical-coordinate representation of color #286655: hue angle of 163.55º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286655 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 102 | 85 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.6 |
| HSL | 163.55º | 0.44% | 0.28% | - |
| HSV(B) | 163.55º | 0.61% | 0.4% | - |
| XYZ | 7.27 | 10.61 | 10.26 | - |
| YUV | 81.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 85 | 0.61 | 0 | 0.17 | 0.6 | 163.55 | 0.44 | 0.28 |
| Hex | 28 | 66 | 55 | 3D | 0 | 11 | 3C | A4 | 2C | 1C |
| Octal | 50 | 146 | 125 | 75 | 0 | 21 | 74 | 244 | 54 | 34 |
| Binary | 101000 | 1100110 | 1010101 | 111101 | 0 | 10001 | 111100 | 10100100 | 101100 | 11100 |
Color Harmonies of #286655
Complementary color
Monochromatic Colors of #286655
Black with #286655
Text Example
Text Example
White with #286655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286655; }
p { color: rgb(40,102,85); }
H1.HeaderClassName
{
color: #286655;
}
.AnyTagClassName
{
color: #286655;
}
</style>
background-color css
<style>
a { background-color: #286655; }
a { background-color: rgb(40,102,85); }
div.DivClassName
{
background-color: #286655;
}
.BgClassName
{
background-color: #286655;
}
</style>
border-color css
<style>
span { border-color: #286655; }
span { border-color: rgb(40,102,85); }
td.TdClassName
{
border-color: #286655;
}
.TagClassName
{
border-color: #286655;
}
</style>