#285952

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

Shades of Eden #285952

Tints of Eden #285952

Color information

#285952 (or 0x285952) is unknown color: approx Eden. HEX triplet: 28, 59 and 52. RGB value is (40,89,82). Sum of RGB (Red+Green+Blue) = 40+89+82=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #285952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285952 is #D7A6AD. Grayscale: #494949. Windows color (decimal): -14132910 or 5396776. OLE color: 5396776.

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

Color convert

RGB408982-
CMYK0.5500.080.65
HSL171.43º37.98%25.29%-
HSV(B)171.43º55.06%34.9%-
XYZ5.978.219.25-
YUV73.55132.77104.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=18.96%
G=42.18%
B=38.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4089820.5500.080.65171.4337.9825.29
Hex285952370841ab2619
Octal50131122670101012534631
Binary101000101100110100101101110100010000011010101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285952; }

 p { color: rgb(40,89,82); }

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

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

 a { background-color: rgb(40,89,82); }

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

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

 span { border-color: rgb(40,89,82); }

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