#285A53

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

Shades of Eden #285A53

Tints of Eden #285A53

Color information

#285A53 (or 0x285A53) is unknown color: approx Eden. HEX triplet: 28, 5A and 53. RGB value is (40,90,83). Sum of RGB (Red+Green+Blue) = 40+90+83=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #285A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A53 is #D7A5AC. Grayscale: #4A4A4A. Windows color (decimal): -14132653 or 5462568. OLE color: 5462568.

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

Color convert

RGB409083-
CMYK0.5600.080.65
HSL171.6º38.46%25.49%-
HSV(B)171.6º55.56%35.29%-
XYZ6.098.399.48-
YUV74.25132.94103.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=18.78%
G=42.25%
B=38.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090830.5600.080.65171.638.4625.49
Hex285A53380841ac2619
Octal50132123700101012544631
Binary101000101101010100111110000100010000011010110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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