Shades of Evening Sea #28654D
Tints of Evening Sea #28654D
RGB
CMYK
RGB Variations
Color information
#28654D (or 0x28654D) is known color: Evening Sea. HEX triplet: 28, 65 and 4D. RGB value is (40,101,77). Sum of RGB (Red+Green+Blue) = 40+101+77=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #28654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28654D is #D79AB2. Grayscale: #505050. Windows color (decimal): -14129843 or 5072168. OLE color: 5072168.
HSL color Cylindrical-coordinate representation of color #28654D: hue angle of 156.39º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28654D is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 77 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.60 |
| HSL | 156.39º | 0.43% | 0.28% | - |
| HSV(B) | 156.39º | 0.6% | 0.4% | - |
| XYZ | 6.87 | 10.29 | 8.65 | - |
| YUV | 80.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 77 | 0.60 | 0 | 0.24 | 0.60 | 156.39 | 0.43 | 0.28 |
| Hex | 28 | 65 | 4D | 3C | 0 | 18 | 3C | 9C | 2B | 1C |
| Octal | 50 | 145 | 115 | 74 | 0 | 30 | 74 | 234 | 53 | 34 |
| Binary | 101000 | 1100101 | 1001101 | 111100 | 0 | 11000 | 111100 | 10011100 | 101011 | 11100 |
Color Harmonies of #28654D
Complementary color
Monochromatic Colors of #28654D
Black with #28654D
Text Example
Text Example
White with #28654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28654D; }
p { color: rgb(40,101,77); }
H1.HeaderClassName
{
color: #28654D;
}
.AnyTagClassName
{
color: #28654D;
}
</style>
background-color css
<style>
a { background-color: #28654D; }
a { background-color: rgb(40,101,77); }
div.DivClassName
{
background-color: #28654D;
}
.BgClassName
{
background-color: #28654D;
}
</style>
border-color css
<style>
span { border-color: #28654D; }
span { border-color: rgb(40,101,77); }
td.TdClassName
{
border-color: #28654D;
}
.TagClassName
{
border-color: #28654D;
}
</style>