Shades of Eden #28745D
Tints of Eden #28745D
RGB
CMYK
RGB Variations
Color information
#28745D (or 0x28745D) is known color: Eden. HEX triplet: 28, 74 and 5D. RGB value is (40,116,93). Sum of RGB (Red+Green+Blue) = 40+116+93=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #28745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28745D is #D78BA2. Grayscale: #5A5A5A. Windows color (decimal): -14125987 or 6124584. OLE color: 6124584.
HSL color Cylindrical-coordinate representation of color #28745D: hue angle of 161.84º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28745D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 93 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.55 |
| HSL | 161.84º | 0.49% | 0.31% | - |
| HSV(B) | 161.84º | 0.66% | 0.45% | - |
| XYZ | 9.1 | 13.73 | 12.53 | - |
| YUV | 90.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 93 | 0.66 | 0 | 0.20 | 0.55 | 161.84 | 0.49 | 0.31 |
| Hex | 28 | 74 | 5D | 42 | 0 | 14 | 37 | A2 | 31 | 1F |
| Octal | 50 | 164 | 135 | 102 | 0 | 24 | 67 | 242 | 61 | 37 |
| Binary | 101000 | 1110100 | 1011101 | 1000010 | 0 | 10100 | 110111 | 10100010 | 110001 | 11111 |
Color Harmonies of #28745D
Complementary color
Monochromatic Colors of #28745D
Black with #28745D
Text Example
Text Example
White with #28745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28745D; }
p { color: rgb(40,116,93); }
H1.HeaderClassName
{
color: #28745D;
}
.AnyTagClassName
{
color: #28745D;
}
</style>
background-color css
<style>
a { background-color: #28745D; }
a { background-color: rgb(40,116,93); }
div.DivClassName
{
background-color: #28745D;
}
.BgClassName
{
background-color: #28745D;
}
</style>
border-color css
<style>
span { border-color: #28745D; }
span { border-color: rgb(40,116,93); }
td.TdClassName
{
border-color: #28745D;
}
.TagClassName
{
border-color: #28745D;
}
</style>