#285D52

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

Shades of Eden #285D52

Tints of Eden #285D52

Color information

#285D52 (or 0x285D52) is unknown color: approx Eden. HEX triplet: 28, 5D and 52. RGB value is (40,93,82). Sum of RGB (Red+Green+Blue) = 40+93+82=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #285D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D52 is #D7A2AD. Grayscale: #4B4B4B. Windows color (decimal): -14131886 or 5397800. OLE color: 5397800.

HSL color Cylindrical-coordinate representation of color #285D52: hue angle of 167.55º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D52 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB409382-
CMYK0.5700.120.64
HSL167.55º39.85%26.08%-
HSV(B)167.55º56.99%36.47%-
XYZ6.318.899.37-
YUV75.9131.44102.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=18.60%
G=43.26%
B=38.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4093820.5700.120.64167.5539.8526.08
Hex285D52390C40a8281a
Octal50135122710141002505032
Binary101000101110110100101110010110010000001010100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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