#28705D

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

Shades of Eden #28705D

Tints of Eden #28705D

Color information

#28705D (or 0x28705D) is unknown color: approx Eden. HEX triplet: 28, 70 and 5D. RGB value is (40,112,93). Sum of RGB (Red+Green+Blue) = 40+112+93=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #28705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28705D is #D78FA2. Grayscale: #585858. Windows color (decimal): -14127011 or 6123560. OLE color: 6123560.

HSL color Cylindrical-coordinate representation of color #28705D: hue angle of 164.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28705D is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB4011293-
CMYK0.6400.170.56
HSL164.17º47.37%29.8%-
HSV(B)164.17º64.29%43.92%-
XYZ8.6512.8312.38-
YUV88.31130.6593.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=16.33%
G=45.71%
B=37.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112930.6400.170.56164.1747.3729.8
Hex28705D4001138a42f1e
Octal50160135100021702445736
Binary1010001110000101110110000000100011110001010010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28705D; }

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

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

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

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

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

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

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

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