Shades of Eden #28605D
Tints of Eden #28605D
RGB
CMYK
RGB Variations
Color information
#28605D (or 0x28605D) is known color: Eden. HEX triplet: 28, 60 and 5D. RGB value is (40,96,93). Sum of RGB (Red+Green+Blue) = 40+96+93=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #28605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28605D is #D79FA2. Grayscale: #4E4E4E. Windows color (decimal): -14131107 or 6119464. OLE color: 6119464.
HSL color Cylindrical-coordinate representation of color #28605D: hue angle of 176.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28605D is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 96 | 93 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.62 |
| HSL | 176.79º | 0.41% | 0.27% | - |
| HSV(B) | 176.79º | 0.58% | 0.38% | - |
| XYZ | 7.03 | 9.61 | 11.84 | - |
| YUV | 78.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 93 | 0.58 | 0 | 0.03 | 0.62 | 176.79 | 0.41 | 0.27 |
| Hex | 28 | 60 | 5D | 3A | 0 | 3 | 3E | B1 | 29 | 1B |
| Octal | 50 | 140 | 135 | 72 | 0 | 3 | 76 | 261 | 51 | 33 |
| Binary | 101000 | 1100000 | 1011101 | 111010 | 0 | 11 | 111110 | 10110001 | 101001 | 11011 |
Color Harmonies of #28605D
Complementary color
Monochromatic Colors of #28605D
Black with #28605D
Text Example
Text Example
White with #28605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28605D; }
p { color: rgb(40,96,93); }
H1.HeaderClassName
{
color: #28605D;
}
.AnyTagClassName
{
color: #28605D;
}
</style>
background-color css
<style>
a { background-color: #28605D; }
a { background-color: rgb(40,96,93); }
div.DivClassName
{
background-color: #28605D;
}
.BgClassName
{
background-color: #28605D;
}
</style>
border-color css
<style>
span { border-color: #28605D; }
span { border-color: rgb(40,96,93); }
td.TdClassName
{
border-color: #28605D;
}
.TagClassName
{
border-color: #28605D;
}
</style>