#285b54

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

Shades of Eden #285B54

Tints of Eden #285B54

Color information

#285B54 (or 0x285B54) is unknown color: approx Eden. HEX triplet: 28, 5B and 54. RGB value is (40,91,84). Sum of RGB (Red+Green+Blue) = 40+91+84=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #285B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B54 is #D7A4AB. Grayscale: #4A4A4A. Windows color (decimal): -14132396 or 5528360. OLE color: 5528360.

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

Color convert

RGB409184-
CMYK0.5600.080.64
HSL171.76º38.93%25.69%-
HSV(B)171.76º56.04%35.69%-
XYZ6.228.579.71-
YUV74.95133.1103.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=18.60%
G=42.33%
B=39.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091840.5600.080.64171.7638.9325.69
Hex285B54380840ac271a
Octal50133124700101002544732
Binary101000101101110101001110000100010000001010110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285b54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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