Shades of Eden #28675B
Tints of Eden #28675B
RGB
CMYK
RGB Variations
Color information
#28675B (or 0x28675B) is known color: Eden. HEX triplet: 28, 67 and 5B. RGB value is (40,103,91). Sum of RGB (Red+Green+Blue) = 40+103+91=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #28675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28675B is #D798A4. Grayscale: #525252. Windows color (decimal): -14129317 or 5990184. OLE color: 5990184.
HSL color Cylindrical-coordinate representation of color #28675B: hue angle of 168.57º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28675B is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 91 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.60 |
| HSL | 168.57º | 0.44% | 0.28% | - |
| HSV(B) | 168.57º | 0.61% | 0.4% | - |
| XYZ | 7.61 | 10.91 | 11.6 | - |
| YUV | 82.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 91 | 0.61 | 0 | 0.12 | 0.60 | 168.57 | 0.44 | 0.28 |
| Hex | 28 | 67 | 5B | 3D | 0 | C | 3C | A9 | 2C | 1C |
| Octal | 50 | 147 | 133 | 75 | 0 | 14 | 74 | 251 | 54 | 34 |
| Binary | 101000 | 1100111 | 1011011 | 111101 | 0 | 1100 | 111100 | 10101001 | 101100 | 11100 |
Color Harmonies of #28675B
Complementary color
Monochromatic Colors of #28675B
Black with #28675B
Text Example
Text Example
White with #28675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28675B; }
p { color: rgb(40,103,91); }
H1.HeaderClassName
{
color: #28675B;
}
.AnyTagClassName
{
color: #28675B;
}
</style>
background-color css
<style>
a { background-color: #28675B; }
a { background-color: rgb(40,103,91); }
div.DivClassName
{
background-color: #28675B;
}
.BgClassName
{
background-color: #28675B;
}
</style>
border-color css
<style>
span { border-color: #28675B; }
span { border-color: rgb(40,103,91); }
td.TdClassName
{
border-color: #28675B;
}
.TagClassName
{
border-color: #28675B;
}
</style>