Shades of Eden #28745B
Tints of Eden #28745B
RGB
CMYK
RGB Variations
Color information
#28745B (or 0x28745B) is known color: Eden. HEX triplet: 28, 74 and 5B. RGB value is (40,116,91). Sum of RGB (Red+Green+Blue) = 40+116+91=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #28745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28745B is #D78BA4. Grayscale: #5A5A5A. Windows color (decimal): -14125989 or 5993512. OLE color: 5993512.
HSL color Cylindrical-coordinate representation of color #28745B: hue angle of 160.26º 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 #28745B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 91 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.55 |
| HSL | 160.26º | 0.49% | 0.31% | - |
| HSV(B) | 160.26º | 0.66% | 0.45% | - |
| XYZ | 9.01 | 13.7 | 12.07 | - |
| YUV | 90.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 91 | 0.66 | 0 | 0.22 | 0.55 | 160.26 | 0.49 | 0.31 |
| Hex | 28 | 74 | 5B | 42 | 0 | 16 | 37 | A0 | 31 | 1F |
| Octal | 50 | 164 | 133 | 102 | 0 | 26 | 67 | 240 | 61 | 37 |
| Binary | 101000 | 1110100 | 1011011 | 1000010 | 0 | 10110 | 110111 | 10100000 | 110001 | 11111 |
Color Harmonies of #28745B
Complementary color
Monochromatic Colors of #28745B
Black with #28745B
Text Example
Text Example
White with #28745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28745B; }
p { color: rgb(40,116,91); }
H1.HeaderClassName
{
color: #28745B;
}
.AnyTagClassName
{
color: #28745B;
}
</style>
background-color css
<style>
a { background-color: #28745B; }
a { background-color: rgb(40,116,91); }
div.DivClassName
{
background-color: #28745B;
}
.BgClassName
{
background-color: #28745B;
}
</style>
border-color css
<style>
span { border-color: #28745B; }
span { border-color: rgb(40,116,91); }
td.TdClassName
{
border-color: #28745B;
}
.TagClassName
{
border-color: #28745B;
}
</style>