#285946

Color #285946 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #285946

Tints of Evening Sea #285946

Color information

#285946 (or 0x285946) is unknown color: approx Evening Sea. HEX triplet: 28, 59 and 46. RGB value is (40,89,70). Sum of RGB (Red+Green+Blue) = 40+89+70=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #285946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285946 is #D7A6B9. Grayscale: #484848. Windows color (decimal): -14132922 or 4610344. OLE color: 4610344.

HSL color Cylindrical-coordinate representation of color #285946: hue angle of 156.73º 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 #285946 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB408970-
CMYK0.5500.210.65
HSL156.73º37.98%25.29%-
HSV(B)156.73º55.06%34.9%-
XYZ5.558.047.05-
YUV72.18126.77105.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 89 (35.16% from 255) = 44.72%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=20.10%
G=44.72%
B=35.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4089700.5500.210.65156.7337.9825.29
Hex28594637015419d2619
Octal50131106670251012354631
Binary1010001011001100011011011101010110000011001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285946; }

 p { color: rgb(40,89,70); }

 H1.HeaderClassName
 {
   color: #285946;
 }
 .AnyTagClassName
 {
   color: #285946;
 }
</style>
background-color css

<style>
 a { background-color: #285946; }

 a { background-color: rgb(40,89,70); }

 div.DivClassName
 {
   background-color: #285946;
 }
 .BgClassName
 {
   background-color: #285946;
 }
</style>
border-color css

<style>
 span { border-color: #285946; }

 span { border-color: rgb(40,89,70); }

 td.TdClassName
 {
   border-color: #285946;
 }
 .TagClassName
 {
   border-color: #285946;
 }
</style>