Shades of Eden #28695B
Tints of Eden #28695B
RGB
CMYK
RGB Variations
Color information
#28695B (or 0x28695B) is known color: Eden. HEX triplet: 28, 69 and 5B. RGB value is (40,105,91). Sum of RGB (Red+Green+Blue) = 40+105+91=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #28695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28695B is #D796A4. Grayscale: #535353. Windows color (decimal): -14128805 or 5990696. OLE color: 5990696.
HSL color Cylindrical-coordinate representation of color #28695B: hue angle of 167.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28695B is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 105 | 91 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.59 |
| HSL | 167.08º | 0.45% | 0.28% | - |
| HSV(B) | 167.08º | 0.62% | 0.41% | - |
| XYZ | 7.81 | 11.31 | 11.67 | - |
| YUV | 83.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 91 | 0.62 | 0 | 0.13 | 0.59 | 167.08 | 0.45 | 0.28 |
| Hex | 28 | 69 | 5B | 3E | 0 | D | 3B | A7 | 2D | 1C |
| Octal | 50 | 151 | 133 | 76 | 0 | 15 | 73 | 247 | 55 | 34 |
| Binary | 101000 | 1101001 | 1011011 | 111110 | 0 | 1101 | 111011 | 10100111 | 101101 | 11100 |
Color Harmonies of #28695B
Complementary color
Monochromatic Colors of #28695B
Black with #28695B
Text Example
Text Example
White with #28695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28695B; }
p { color: rgb(40,105,91); }
H1.HeaderClassName
{
color: #28695B;
}
.AnyTagClassName
{
color: #28695B;
}
</style>
background-color css
<style>
a { background-color: #28695B; }
a { background-color: rgb(40,105,91); }
div.DivClassName
{
background-color: #28695B;
}
.BgClassName
{
background-color: #28695B;
}
</style>
border-color css
<style>
span { border-color: #28695B; }
span { border-color: rgb(40,105,91); }
td.TdClassName
{
border-color: #28695B;
}
.TagClassName
{
border-color: #28695B;
}
</style>