Shades of Eden #28665E
Tints of Eden #28665E
RGB
CMYK
RGB Variations
Color information
#28665E (or 0x28665E) is known color: Eden. HEX triplet: 28, 66 and 5E. RGB value is (40,102,94). Sum of RGB (Red+Green+Blue) = 40+102+94=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #28665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28665E is #D799A1. Grayscale: #525252. Windows color (decimal): -14129570 or 6186536. OLE color: 6186536.
HSL color Cylindrical-coordinate representation of color #28665E: hue angle of 172.26º 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 #28665E is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 102 | 94 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.6 |
| HSL | 172.26º | 0.44% | 0.28% | - |
| HSV(B) | 172.26º | 0.61% | 0.4% | - |
| XYZ | 7.65 | 10.76 | 12.26 | - |
| YUV | 82.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 94 | 0.61 | 0 | 0.08 | 0.6 | 172.26 | 0.44 | 0.28 |
| Hex | 28 | 66 | 5E | 3D | 0 | 8 | 3C | AC | 2C | 1C |
| Octal | 50 | 146 | 136 | 75 | 0 | 10 | 74 | 254 | 54 | 34 |
| Binary | 101000 | 1100110 | 1011110 | 111101 | 0 | 1000 | 111100 | 10101100 | 101100 | 11100 |
Color Harmonies of #28665E
Complementary color
Monochromatic Colors of #28665E
Black with #28665E
Text Example
Text Example
White with #28665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28665E; }
p { color: rgb(40,102,94); }
H1.HeaderClassName
{
color: #28665E;
}
.AnyTagClassName
{
color: #28665E;
}
</style>
background-color css
<style>
a { background-color: #28665E; }
a { background-color: rgb(40,102,94); }
div.DivClassName
{
background-color: #28665E;
}
.BgClassName
{
background-color: #28665E;
}
</style>
border-color css
<style>
span { border-color: #28665E; }
span { border-color: rgb(40,102,94); }
td.TdClassName
{
border-color: #28665E;
}
.TagClassName
{
border-color: #28665E;
}
</style>