#285A55

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

Shades of Eden #285A55

Tints of Eden #285A55

Color information

#285A55 (or 0x285A55) is unknown color: approx Eden. HEX triplet: 28, 5A and 55. RGB value is (40,90,85). Sum of RGB (Red+Green+Blue) = 40+90+85=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #285A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A55 is #D7A5AA. Grayscale: #4A4A4A. Windows color (decimal): -14132651 or 5593640. OLE color: 5593640.

HSL color Cylindrical-coordinate representation of color #285A55: hue angle of 174º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A55 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB409085-
CMYK0.5600.060.65
HSL174º38.46%25.49%-
HSV(B)174º55.56%35.29%-
XYZ6.178.429.89-
YUV74.48133.94103.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=18.60%
G=41.86%
B=39.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090850.5600.060.6517438.4625.49
Hex285A55380641ae2619
Octal5013212570061012564631
Binary10100010110101010101111000011010000011010111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,90,85); }

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

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

 a { background-color: rgb(40,90,85); }

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

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

 span { border-color: rgb(40,90,85); }

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