Shades of Eden #28645C
Tints of Eden #28645C
RGB
CMYK
RGB Variations
Color information
#28645C (or 0x28645C) is known color: Eden. HEX triplet: 28, 64 and 5C. RGB value is (40,100,92). Sum of RGB (Red+Green+Blue) = 40+100+92=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #28645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28645C is #D79BA3. Grayscale: #515151. Windows color (decimal): -14130084 or 6054952. OLE color: 6054952.
HSL color Cylindrical-coordinate representation of color #28645C: hue angle of 172º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28645C is Cyan = 0.6, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 92 | - |
| CMYK | 0.6 | 0 | 0.08 | 0.61 |
| HSL | 172º | 0.43% | 0.27% | - |
| HSV(B) | 172º | 0.6% | 0.39% | - |
| XYZ | 7.36 | 10.34 | 11.73 | - |
| YUV | 81.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 92 | 0.6 | 0 | 0.08 | 0.61 | 172 | 0.43 | 0.27 |
| Hex | 28 | 64 | 5C | 3C | 0 | 8 | 3D | AC | 2B | 1B |
| Octal | 50 | 144 | 134 | 74 | 0 | 10 | 75 | 254 | 53 | 33 |
| Binary | 101000 | 1100100 | 1011100 | 111100 | 0 | 1000 | 111101 | 10101100 | 101011 | 11011 |
Color Harmonies of #28645C
Complementary color
Monochromatic Colors of #28645C
Black with #28645C
Text Example
Text Example
White with #28645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28645C; }
p { color: rgb(40,100,92); }
H1.HeaderClassName
{
color: #28645C;
}
.AnyTagClassName
{
color: #28645C;
}
</style>
background-color css
<style>
a { background-color: #28645C; }
a { background-color: rgb(40,100,92); }
div.DivClassName
{
background-color: #28645C;
}
.BgClassName
{
background-color: #28645C;
}
</style>
border-color css
<style>
span { border-color: #28645C; }
span { border-color: rgb(40,100,92); }
td.TdClassName
{
border-color: #28645C;
}
.TagClassName
{
border-color: #28645C;
}
</style>