Shades of Evening Sea #285948
Tints of Evening Sea #285948
RGB
CMYK
RGB Variations
Color information
#285948 (or 0x285948) is known color: Evening Sea. HEX triplet: 28, 59 and 48. RGB value is (40,89,72). Sum of RGB (Red+Green+Blue) = 40+89+72=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #285948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285948 is #D7A6B7. Grayscale: #484848. Windows color (decimal): -14132920 or 4741416. OLE color: 4741416.
HSL color Cylindrical-coordinate representation of color #285948: hue angle of 159.18º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285948 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 72 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.65 |
| HSL | 159.18º | 0.38% | 0.25% | - |
| HSV(B) | 159.18º | 0.55% | 0.35% | - |
| XYZ | 5.62 | 8.06 | 7.39 | - |
| YUV | 72.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 72 | 0.55 | 0 | 0.19 | 0.65 | 159.18 | 0.38 | 0.25 |
| Hex | 28 | 59 | 48 | 37 | 0 | 13 | 41 | 9F | 26 | 19 |
| Octal | 50 | 131 | 110 | 67 | 0 | 23 | 101 | 237 | 46 | 31 |
| Binary | 101000 | 1011001 | 1001000 | 110111 | 0 | 10011 | 1000001 | 10011111 | 100110 | 11001 |
Color Harmonies of #285948
Complementary color
Monochromatic Colors of #285948
Black with #285948
Text Example
Text Example
White with #285948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285948; }
p { color: rgb(40,89,72); }
H1.HeaderClassName
{
color: #285948;
}
.AnyTagClassName
{
color: #285948;
}
</style>
background-color css
<style>
a { background-color: #285948; }
a { background-color: rgb(40,89,72); }
div.DivClassName
{
background-color: #285948;
}
.BgClassName
{
background-color: #285948;
}
</style>
border-color css
<style>
span { border-color: #285948; }
span { border-color: rgb(40,89,72); }
td.TdClassName
{
border-color: #285948;
}
.TagClassName
{
border-color: #285948;
}
</style>