Shades of Evening Sea #28664C
Tints of Evening Sea #28664C
RGB
CMYK
RGB Variations
Color information
#28664C (or 0x28664C) is known color: Evening Sea. HEX triplet: 28, 66 and 4C. RGB value is (40,102,76). Sum of RGB (Red+Green+Blue) = 40+102+76=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #28664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28664C is #D799B3. Grayscale: #505050. Windows color (decimal): -14129588 or 5006888. OLE color: 5006888.
HSL color Cylindrical-coordinate representation of color #28664C: hue angle of 154.84º 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 #28664C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 102 | 76 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.6 |
| HSL | 154.84º | 0.44% | 0.28% | - |
| HSV(B) | 154.84º | 0.61% | 0.4% | - |
| XYZ | 6.93 | 10.48 | 8.49 | - |
| YUV | 80.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 76 | 0.61 | 0 | 0.25 | 0.6 | 154.84 | 0.44 | 0.28 |
| Hex | 28 | 66 | 4C | 3D | 0 | 19 | 3C | 9B | 2C | 1C |
| Octal | 50 | 146 | 114 | 75 | 0 | 31 | 74 | 233 | 54 | 34 |
| Binary | 101000 | 1100110 | 1001100 | 111101 | 0 | 11001 | 111100 | 10011011 | 101100 | 11100 |
Color Harmonies of #28664C
Complementary color
Monochromatic Colors of #28664C
Black with #28664C
Text Example
Text Example
White with #28664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28664C; }
p { color: rgb(40,102,76); }
H1.HeaderClassName
{
color: #28664C;
}
.AnyTagClassName
{
color: #28664C;
}
</style>
background-color css
<style>
a { background-color: #28664C; }
a { background-color: rgb(40,102,76); }
div.DivClassName
{
background-color: #28664C;
}
.BgClassName
{
background-color: #28664C;
}
</style>
border-color css
<style>
span { border-color: #28664C; }
span { border-color: rgb(40,102,76); }
td.TdClassName
{
border-color: #28664C;
}
.TagClassName
{
border-color: #28664C;
}
</style>