Shades of Evening Sea #28644B
Tints of Evening Sea #28644B
RGB
CMYK
RGB Variations
Color information
#28644B (or 0x28644B) is known color: Evening Sea. HEX triplet: 28, 64 and 4B. RGB value is (40,100,75). Sum of RGB (Red+Green+Blue) = 40+100+75=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #28644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28644B is #D79BB4. Grayscale: #4F4F4F. Windows color (decimal): -14130101 or 4940840. OLE color: 4940840.
HSL color Cylindrical-coordinate representation of color #28644B: hue angle of 155º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28644B is Cyan = 0.6, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 75 | - |
| CMYK | 0.6 | 0 | 0.25 | 0.61 |
| HSL | 155º | 0.43% | 0.27% | - |
| HSV(B) | 155º | 0.6% | 0.39% | - |
| XYZ | 6.7 | 10.07 | 8.25 | - |
| YUV | 79.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 75 | 0.6 | 0 | 0.25 | 0.61 | 155 | 0.43 | 0.27 |
| Hex | 28 | 64 | 4B | 3C | 0 | 19 | 3D | 9B | 2B | 1B |
| Octal | 50 | 144 | 113 | 74 | 0 | 31 | 75 | 233 | 53 | 33 |
| Binary | 101000 | 1100100 | 1001011 | 111100 | 0 | 11001 | 111101 | 10011011 | 101011 | 11011 |
Color Harmonies of #28644B
Complementary color
Monochromatic Colors of #28644B
Black with #28644B
Text Example
Text Example
White with #28644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28644B; }
p { color: rgb(40,100,75); }
H1.HeaderClassName
{
color: #28644B;
}
.AnyTagClassName
{
color: #28644B;
}
</style>
background-color css
<style>
a { background-color: #28644B; }
a { background-color: rgb(40,100,75); }
div.DivClassName
{
background-color: #28644B;
}
.BgClassName
{
background-color: #28644B;
}
</style>
border-color css
<style>
span { border-color: #28644B; }
span { border-color: rgb(40,100,75); }
td.TdClassName
{
border-color: #28644B;
}
.TagClassName
{
border-color: #28644B;
}
</style>