Shades of Eden #28645B
Tints of Eden #28645B
RGB
CMYK
RGB Variations
Color information
#28645B (or 0x28645B) is known color: Eden. HEX triplet: 28, 64 and 5B. RGB value is (40,100,91). Sum of RGB (Red+Green+Blue) = 40+100+91=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #28645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28645B is #D79BA4. Grayscale: #515151. Windows color (decimal): -14130085 or 5989416. OLE color: 5989416.
HSL color Cylindrical-coordinate representation of color #28645B: hue angle of 171º 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 #28645B is Cyan = 0.6, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 91 | - |
| CMYK | 0.6 | 0 | 0.09 | 0.61 |
| HSL | 171º | 0.43% | 0.27% | - |
| HSV(B) | 171º | 0.6% | 0.39% | - |
| XYZ | 7.32 | 10.32 | 11.5 | - |
| YUV | 81.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 91 | 0.6 | 0 | 0.09 | 0.61 | 171 | 0.43 | 0.27 |
| Hex | 28 | 64 | 5B | 3C | 0 | 9 | 3D | AB | 2B | 1B |
| Octal | 50 | 144 | 133 | 74 | 0 | 11 | 75 | 253 | 53 | 33 |
| Binary | 101000 | 1100100 | 1011011 | 111100 | 0 | 1001 | 111101 | 10101011 | 101011 | 11011 |
Color Harmonies of #28645B
Complementary color
Monochromatic Colors of #28645B
Black with #28645B
Text Example
Text Example
White with #28645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28645B; }
p { color: rgb(40,100,91); }
H1.HeaderClassName
{
color: #28645B;
}
.AnyTagClassName
{
color: #28645B;
}
</style>
background-color css
<style>
a { background-color: #28645B; }
a { background-color: rgb(40,100,91); }
div.DivClassName
{
background-color: #28645B;
}
.BgClassName
{
background-color: #28645B;
}
</style>
border-color css
<style>
span { border-color: #28645B; }
span { border-color: rgb(40,100,91); }
td.TdClassName
{
border-color: #28645B;
}
.TagClassName
{
border-color: #28645B;
}
</style>