#285B47

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

Shades of Evening Sea #285B47

Tints of Evening Sea #285B47

Color information

#285B47 (or 0x285B47) is unknown color: approx Evening Sea. HEX triplet: 28, 5B and 47. RGB value is (40,91,71). Sum of RGB (Red+Green+Blue) = 40+91+71=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #285B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B47 is #D7A4B8. Grayscale: #494949. Windows color (decimal): -14132409 or 4676392. OLE color: 4676392.

HSL color Cylindrical-coordinate representation of color #285B47: hue angle of 156.47º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B47 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB409171-
CMYK0.5600.220.64
HSL156.47º38.93%25.69%-
HSV(B)156.47º56.04%35.69%-
XYZ5.758.397.28-
YUV73.47126.6104.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 91 (35.94% from 255) = 45.05%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=19.80%
G=45.05%
B=35.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091710.5600.220.64156.4738.9325.69
Hex285B4738016409c271a
Octal50133107700261002344732
Binary1010001011011100011111100001011010000001001110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B47; }

 p { color: rgb(40,91,71); }

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

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

 a { background-color: rgb(40,91,71); }

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

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

 span { border-color: rgb(40,91,71); }

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