Shades of Eden #28695D
Tints of Eden #28695D
RGB
CMYK
RGB Variations
Color information
#28695D (or 0x28695D) is known color: Eden. HEX triplet: 28, 69 and 5D. RGB value is (40,105,93). Sum of RGB (Red+Green+Blue) = 40+105+93=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #28695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28695D is #D796A2. Grayscale: #545454. Windows color (decimal): -14128803 or 6121768. OLE color: 6121768.
HSL color Cylindrical-coordinate representation of color #28695D: hue angle of 168.92º 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 #28695D is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 105 | 93 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.59 |
| HSL | 168.92º | 0.45% | 0.28% | - |
| HSV(B) | 168.92º | 0.62% | 0.41% | - |
| XYZ | 7.9 | 11.34 | 12.13 | - |
| YUV | 84.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 93 | 0.62 | 0 | 0.11 | 0.59 | 168.92 | 0.45 | 0.28 |
| Hex | 28 | 69 | 5D | 3E | 0 | B | 3B | A9 | 2D | 1C |
| Octal | 50 | 151 | 135 | 76 | 0 | 13 | 73 | 251 | 55 | 34 |
| Binary | 101000 | 1101001 | 1011101 | 111110 | 0 | 1011 | 111011 | 10101001 | 101101 | 11100 |
Color Harmonies of #28695D
Complementary color
Monochromatic Colors of #28695D
Black with #28695D
Text Example
Text Example
White with #28695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28695D; }
p { color: rgb(40,105,93); }
H1.HeaderClassName
{
color: #28695D;
}
.AnyTagClassName
{
color: #28695D;
}
</style>
background-color css
<style>
a { background-color: #28695D; }
a { background-color: rgb(40,105,93); }
div.DivClassName
{
background-color: #28695D;
}
.BgClassName
{
background-color: #28695D;
}
</style>
border-color css
<style>
span { border-color: #28695D; }
span { border-color: rgb(40,105,93); }
td.TdClassName
{
border-color: #28695D;
}
.TagClassName
{
border-color: #28695D;
}
</style>