Shades of Evening Sea #28674F
Tints of Evening Sea #28674F
RGB
CMYK
RGB Variations
Color information
#28674F (or 0x28674F) is known color: Evening Sea. HEX triplet: 28, 67 and 4F. RGB value is (40,103,79). Sum of RGB (Red+Green+Blue) = 40+103+79=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #28674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28674F is #D798B0. Grayscale: #515151. Windows color (decimal): -14129329 or 5203752. OLE color: 5203752.
HSL color Cylindrical-coordinate representation of color #28674F: hue angle of 157.14º 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 #28674F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 79 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.60 |
| HSL | 157.14º | 0.44% | 0.28% | - |
| HSV(B) | 157.14º | 0.61% | 0.4% | - |
| XYZ | 7.14 | 10.72 | 9.09 | - |
| YUV | 81.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 79 | 0.61 | 0 | 0.23 | 0.60 | 157.14 | 0.44 | 0.28 |
| Hex | 28 | 67 | 4F | 3D | 0 | 17 | 3C | 9D | 2C | 1C |
| Octal | 50 | 147 | 117 | 75 | 0 | 27 | 74 | 235 | 54 | 34 |
| Binary | 101000 | 1100111 | 1001111 | 111101 | 0 | 10111 | 111100 | 10011101 | 101100 | 11100 |
Color Harmonies of #28674F
Complementary color
Monochromatic Colors of #28674F
Black with #28674F
Text Example
Text Example
White with #28674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28674F; }
p { color: rgb(40,103,79); }
H1.HeaderClassName
{
color: #28674F;
}
.AnyTagClassName
{
color: #28674F;
}
</style>
background-color css
<style>
a { background-color: #28674F; }
a { background-color: rgb(40,103,79); }
div.DivClassName
{
background-color: #28674F;
}
.BgClassName
{
background-color: #28674F;
}
</style>
border-color css
<style>
span { border-color: #28674F; }
span { border-color: rgb(40,103,79); }
td.TdClassName
{
border-color: #28674F;
}
.TagClassName
{
border-color: #28674F;
}
</style>