Shades of Eden #28645A
Tints of Eden #28645A
RGB
CMYK
RGB Variations
Color information
#28645A (or 0x28645A) is known color: Eden. HEX triplet: 28, 64 and 5A. RGB value is (40,100,90). Sum of RGB (Red+Green+Blue) = 40+100+90=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #28645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28645A is #D79BA5. Grayscale: #505050. Windows color (decimal): -14130086 or 5923880. OLE color: 5923880.
HSL color Cylindrical-coordinate representation of color #28645A: hue angle of 170º 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 #28645A is Cyan = 0.6, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 90 | - |
| CMYK | 0.6 | 0 | 0.10 | 0.61 |
| HSL | 170º | 0.43% | 0.27% | - |
| HSV(B) | 170º | 0.6% | 0.39% | - |
| XYZ | 7.28 | 10.3 | 11.28 | - |
| YUV | 80.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 90 | 0.6 | 0 | 0.10 | 0.61 | 170 | 0.43 | 0.27 |
| Hex | 28 | 64 | 5A | 3C | 0 | A | 3D | AA | 2B | 1B |
| Octal | 50 | 144 | 132 | 74 | 0 | 12 | 75 | 252 | 53 | 33 |
| Binary | 101000 | 1100100 | 1011010 | 111100 | 0 | 1010 | 111101 | 10101010 | 101011 | 11011 |
Color Harmonies of #28645A
Complementary color
Monochromatic Colors of #28645A
Black with #28645A
Text Example
Text Example
White with #28645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28645A; }
p { color: rgb(40,100,90); }
H1.HeaderClassName
{
color: #28645A;
}
.AnyTagClassName
{
color: #28645A;
}
</style>
background-color css
<style>
a { background-color: #28645A; }
a { background-color: rgb(40,100,90); }
div.DivClassName
{
background-color: #28645A;
}
.BgClassName
{
background-color: #28645A;
}
</style>
border-color css
<style>
span { border-color: #28645A; }
span { border-color: rgb(40,100,90); }
td.TdClassName
{
border-color: #28645A;
}
.TagClassName
{
border-color: #28645A;
}
</style>