Shades of Eden #28705A
Tints of Eden #28705A
RGB
CMYK
RGB Variations
Color information
#28705A (or 0x28705A) is known color: Eden. HEX triplet: 28, 70 and 5A. RGB value is (40,112,90). Sum of RGB (Red+Green+Blue) = 40+112+90=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #28705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28705A is #D78FA5. Grayscale: #575757. Windows color (decimal): -14127014 or 5926952. OLE color: 5926952.
HSL color Cylindrical-coordinate representation of color #28705A: hue angle of 161.67º 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 #28705A is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 90 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.56 |
| HSL | 161.67º | 0.47% | 0.3% | - |
| HSV(B) | 161.67º | 0.64% | 0.44% | - |
| XYZ | 8.51 | 12.78 | 11.69 | - |
| YUV | 87.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 90 | 0.64 | 0 | 0.20 | 0.56 | 161.67 | 0.47 | 0.3 |
| Hex | 28 | 70 | 5A | 40 | 0 | 14 | 38 | A2 | 2F | 1E |
| Octal | 50 | 160 | 132 | 100 | 0 | 24 | 70 | 242 | 57 | 36 |
| Binary | 101000 | 1110000 | 1011010 | 1000000 | 0 | 10100 | 111000 | 10100010 | 101111 | 11110 |
Color Harmonies of #28705A
Complementary color
Monochromatic Colors of #28705A
Black with #28705A
Text Example
Text Example
White with #28705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28705A; }
p { color: rgb(40,112,90); }
H1.HeaderClassName
{
color: #28705A;
}
.AnyTagClassName
{
color: #28705A;
}
</style>
background-color css
<style>
a { background-color: #28705A; }
a { background-color: rgb(40,112,90); }
div.DivClassName
{
background-color: #28705A;
}
.BgClassName
{
background-color: #28705A;
}
</style>
border-color css
<style>
span { border-color: #28705A; }
span { border-color: rgb(40,112,90); }
td.TdClassName
{
border-color: #28705A;
}
.TagClassName
{
border-color: #28705A;
}
</style>