#285A54

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

Shades of Eden #285A54

Tints of Eden #285A54

Color information

#285A54 (or 0x285A54) is unknown color: approx Eden. HEX triplet: 28, 5A and 54. RGB value is (40,90,84). Sum of RGB (Red+Green+Blue) = 40+90+84=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #285A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A54 is #D7A5AB. Grayscale: #4A4A4A. Windows color (decimal): -14132652 or 5528104. OLE color: 5528104.

HSL color Cylindrical-coordinate representation of color #285A54: hue angle of 172.8º 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 #285A54 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB409084-
CMYK0.5600.070.65
HSL172.8º38.46%25.49%-
HSV(B)172.8º55.56%35.29%-
XYZ6.138.49.69-
YUV74.37133.44103.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 84 (33.20% from 255) = 39.25%
R=18.69%
G=42.06%
B=39.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090840.5600.070.65172.838.4625.49
Hex285A54380741ad2619
Octal5013212470071012554631
Binary10100010110101010100111000011110000011010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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