Shades of Eden #28705B
Tints of Eden #28705B
RGB
CMYK
RGB Variations
Color information
#28705B (or 0x28705B) is known color: Eden. HEX triplet: 28, 70 and 5B. RGB value is (40,112,91). Sum of RGB (Red+Green+Blue) = 40+112+91=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #28705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28705B is #D78FA4. Grayscale: #585858. Windows color (decimal): -14127013 or 5992488. OLE color: 5992488.
HSL color Cylindrical-coordinate representation of color #28705B: hue angle of 162.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28705B is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 91 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.56 |
| HSL | 162.5º | 0.47% | 0.3% | - |
| HSV(B) | 162.5º | 0.64% | 0.44% | - |
| XYZ | 8.56 | 12.79 | 11.92 | - |
| YUV | 88.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 91 | 0.64 | 0 | 0.19 | 0.56 | 162.5 | 0.47 | 0.3 |
| Hex | 28 | 70 | 5B | 40 | 0 | 13 | 38 | A2 | 2F | 1E |
| Octal | 50 | 160 | 133 | 100 | 0 | 23 | 70 | 242 | 57 | 36 |
| Binary | 101000 | 1110000 | 1011011 | 1000000 | 0 | 10011 | 111000 | 10100010 | 101111 | 11110 |
Color Harmonies of #28705B
Complementary color
Monochromatic Colors of #28705B
Black with #28705B
Text Example
Text Example
White with #28705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28705B; }
p { color: rgb(40,112,91); }
H1.HeaderClassName
{
color: #28705B;
}
.AnyTagClassName
{
color: #28705B;
}
</style>
background-color css
<style>
a { background-color: #28705B; }
a { background-color: rgb(40,112,91); }
div.DivClassName
{
background-color: #28705B;
}
.BgClassName
{
background-color: #28705B;
}
</style>
border-color css
<style>
span { border-color: #28705B; }
span { border-color: rgb(40,112,91); }
td.TdClassName
{
border-color: #28705B;
}
.TagClassName
{
border-color: #28705B;
}
</style>