Shades of Evening Sea #285D4C
Tints of Evening Sea #285D4C
RGB
CMYK
RGB Variations
Color information
#285D4C (or 0x285D4C) is known color: Evening Sea. HEX triplet: 28, 5D and 4C. RGB value is (40,93,76). Sum of RGB (Red+Green+Blue) = 40+93+76=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #285D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D4C is #D7A2B3. Grayscale: #4B4B4B. Windows color (decimal): -14131892 or 5004584. OLE color: 5004584.
HSL color Cylindrical-coordinate representation of color #285D4C: hue angle of 160.75º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D4C is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 76 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.64 |
| HSL | 160.75º | 0.4% | 0.26% | - |
| HSV(B) | 160.75º | 0.57% | 0.36% | - |
| XYZ | 6.09 | 8.8 | 8.22 | - |
| YUV | 75.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 76 | 0.57 | 0 | 0.18 | 0.64 | 160.75 | 0.4 | 0.26 |
| Hex | 28 | 5D | 4C | 39 | 0 | 12 | 40 | A1 | 28 | 1A |
| Octal | 50 | 135 | 114 | 71 | 0 | 22 | 100 | 241 | 50 | 32 |
| Binary | 101000 | 1011101 | 1001100 | 111001 | 0 | 10010 | 1000000 | 10100001 | 101000 | 11010 |
Color Harmonies of #285D4C
Complementary color
Monochromatic Colors of #285D4C
Black with #285D4C
Text Example
Text Example
White with #285D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D4C; }
p { color: rgb(40,93,76); }
H1.HeaderClassName
{
color: #285D4C;
}
.AnyTagClassName
{
color: #285D4C;
}
</style>
background-color css
<style>
a { background-color: #285D4C; }
a { background-color: rgb(40,93,76); }
div.DivClassName
{
background-color: #285D4C;
}
.BgClassName
{
background-color: #285D4C;
}
</style>
border-color css
<style>
span { border-color: #285D4C; }
span { border-color: rgb(40,93,76); }
td.TdClassName
{
border-color: #285D4C;
}
.TagClassName
{
border-color: #285D4C;
}
</style>