#285E56

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

Shades of Eden #285E56

Tints of Eden #285E56

Color information

#285E56 (or 0x285E56) is unknown color: approx Eden. HEX triplet: 28, 5E and 56. RGB value is (40,94,86). Sum of RGB (Red+Green+Blue) = 40+94+86=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #285E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E56 is #D7A1A9. Grayscale: #4C4C4C. Windows color (decimal): -14131626 or 5660200. OLE color: 5660200.

HSL color Cylindrical-coordinate representation of color #285E56: hue angle of 171.11º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285E56 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB409486-
CMYK0.5700.090.63
HSL171.11º40.3%26.27%-
HSV(B)171.11º57.45%36.86%-
XYZ6.569.1310.22-
YUV76.94133.11101.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=18.18%
G=42.73%
B=39.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4094860.5700.090.63171.1140.326.27
Hex285E5639093Fab281a
Octal5013612671011772535032
Binary10100010111101010110111001010011111111010101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,86); }

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

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

 a { background-color: rgb(40,94,86); }

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

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

 span { border-color: rgb(40,94,86); }

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