#28705B

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

Shades of Eden #28705B

Tints of Eden #28705B

Color information

#28705B (or 0x28705B) is unknown color: approx Eden. HEX triplet: 28, 70 and 5B. RGB value is (40,112,91). Sum of RGB (Red+Green+Blue) = 40+112+91=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #28705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28705B is #D78FA4. Grayscale: #585858. Windows color (decimal): -14127013 or 5992488. OLE color: 5992488.

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

Color convert

RGB4011291-
CMYK0.6400.190.56
HSL162.5º47.37%29.8%-
HSV(B)162.5º64.29%43.92%-
XYZ8.5612.7911.92-
YUV88.08129.6593.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=16.46%
G=46.09%
B=37.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112910.6400.190.56162.547.3729.8
Hex28705B4001338a22f1e
Octal50160133100023702425736
Binary1010001110000101101110000000100111110001010001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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