Shades of Evening Sea #28694E
Tints of Evening Sea #28694E
RGB
CMYK
RGB Variations
Color information
#28694E (or 0x28694E) is known color: Evening Sea. HEX triplet: 28, 69 and 4E. RGB value is (40,105,78). Sum of RGB (Red+Green+Blue) = 40+105+78=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #28694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28694E is #D796B1. Grayscale: #525252. Windows color (decimal): -14128818 or 5138728. OLE color: 5138728.
HSL color Cylindrical-coordinate representation of color #28694E: hue angle of 155.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 #28694E is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 105 | 78 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.59 |
| HSL | 155.08º | 0.45% | 0.28% | - |
| HSV(B) | 155.08º | 0.62% | 0.41% | - |
| XYZ | 7.3 | 11.1 | 8.97 | - |
| YUV | 82.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 78 | 0.62 | 0 | 0.26 | 0.59 | 155.08 | 0.45 | 0.28 |
| Hex | 28 | 69 | 4E | 3E | 0 | 1A | 3B | 9B | 2D | 1C |
| Octal | 50 | 151 | 116 | 76 | 0 | 32 | 73 | 233 | 55 | 34 |
| Binary | 101000 | 1101001 | 1001110 | 111110 | 0 | 11010 | 111011 | 10011011 | 101101 | 11100 |
Color Harmonies of #28694E
Complementary color
Monochromatic Colors of #28694E
Black with #28694E
Text Example
Text Example
White with #28694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28694E; }
p { color: rgb(40,105,78); }
H1.HeaderClassName
{
color: #28694E;
}
.AnyTagClassName
{
color: #28694E;
}
</style>
background-color css
<style>
a { background-color: #28694E; }
a { background-color: rgb(40,105,78); }
div.DivClassName
{
background-color: #28694E;
}
.BgClassName
{
background-color: #28694E;
}
</style>
border-color css
<style>
span { border-color: #28694E; }
span { border-color: rgb(40,105,78); }
td.TdClassName
{
border-color: #28694E;
}
.TagClassName
{
border-color: #28694E;
}
</style>