Shades of Eden #28745A
Tints of Eden #28745A
RGB
CMYK
RGB Variations
Color information
#28745A (or 0x28745A) is known color: Eden. HEX triplet: 28, 74 and 5A. RGB value is (40,116,90). Sum of RGB (Red+Green+Blue) = 40+116+90=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #28745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28745A is #D78BA5. Grayscale: #5A5A5A. Windows color (decimal): -14125990 or 5927976. OLE color: 5927976.
HSL color Cylindrical-coordinate representation of color #28745A: hue angle of 159.47º 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 #28745A is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 90 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.55 |
| HSL | 159.47º | 0.49% | 0.31% | - |
| HSV(B) | 159.47º | 0.66% | 0.45% | - |
| XYZ | 8.97 | 13.68 | 11.84 | - |
| YUV | 90.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 90 | 0.66 | 0 | 0.22 | 0.55 | 159.47 | 0.49 | 0.31 |
| Hex | 28 | 74 | 5A | 42 | 0 | 16 | 37 | 9F | 31 | 1F |
| Octal | 50 | 164 | 132 | 102 | 0 | 26 | 67 | 237 | 61 | 37 |
| Binary | 101000 | 1110100 | 1011010 | 1000010 | 0 | 10110 | 110111 | 10011111 | 110001 | 11111 |
Color Harmonies of #28745A
Complementary color
Monochromatic Colors of #28745A
Black with #28745A
Text Example
Text Example
White with #28745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28745A; }
p { color: rgb(40,116,90); }
H1.HeaderClassName
{
color: #28745A;
}
.AnyTagClassName
{
color: #28745A;
}
</style>
background-color css
<style>
a { background-color: #28745A; }
a { background-color: rgb(40,116,90); }
div.DivClassName
{
background-color: #28745A;
}
.BgClassName
{
background-color: #28745A;
}
</style>
border-color css
<style>
span { border-color: #28745A; }
span { border-color: rgb(40,116,90); }
td.TdClassName
{
border-color: #28745A;
}
.TagClassName
{
border-color: #28745A;
}
</style>