Shades of Eden #28745C
Tints of Eden #28745C
RGB
CMYK
RGB Variations
Color information
#28745C (or 0x28745C) is known color: Eden. HEX triplet: 28, 74 and 5C. RGB value is (40,116,92). Sum of RGB (Red+Green+Blue) = 40+116+92=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #28745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28745C is #D78BA3. Grayscale: #5A5A5A. Windows color (decimal): -14125988 or 6059048. OLE color: 6059048.
HSL color Cylindrical-coordinate representation of color #28745C: hue angle of 161.05º 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 #28745C is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 92 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.55 |
| HSL | 161.05º | 0.49% | 0.31% | - |
| HSV(B) | 161.05º | 0.66% | 0.45% | - |
| XYZ | 9.05 | 13.71 | 12.3 | - |
| YUV | 90.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 92 | 0.66 | 0 | 0.21 | 0.55 | 161.05 | 0.49 | 0.31 |
| Hex | 28 | 74 | 5C | 42 | 0 | 15 | 37 | A1 | 31 | 1F |
| Octal | 50 | 164 | 134 | 102 | 0 | 25 | 67 | 241 | 61 | 37 |
| Binary | 101000 | 1110100 | 1011100 | 1000010 | 0 | 10101 | 110111 | 10100001 | 110001 | 11111 |
Color Harmonies of #28745C
Complementary color
Monochromatic Colors of #28745C
Black with #28745C
Text Example
Text Example
White with #28745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28745C; }
p { color: rgb(40,116,92); }
H1.HeaderClassName
{
color: #28745C;
}
.AnyTagClassName
{
color: #28745C;
}
</style>
background-color css
<style>
a { background-color: #28745C; }
a { background-color: rgb(40,116,92); }
div.DivClassName
{
background-color: #28745C;
}
.BgClassName
{
background-color: #28745C;
}
</style>
border-color css
<style>
span { border-color: #28745C; }
span { border-color: rgb(40,116,92); }
td.TdClassName
{
border-color: #28745C;
}
.TagClassName
{
border-color: #28745C;
}
</style>