#28705A

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

Shades of Eden #28705A

Tints of Eden #28705A

Color information

#28705A (or 0x28705A) is unknown color: approx Eden. HEX triplet: 28, 70 and 5A. RGB value is (40,112,90). Sum of RGB (Red+Green+Blue) = 40+112+90=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #28705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28705A is #D78FA5. Grayscale: #575757. Windows color (decimal): -14127014 or 5926952. OLE color: 5926952.

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

Color convert

RGB4011290-
CMYK0.6400.200.56
HSL161.67º47.37%29.8%-
HSV(B)161.67º64.29%43.92%-
XYZ8.5112.7811.69-
YUV87.96129.1593.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=16.53%
G=46.28%
B=37.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112900.6400.200.56161.6747.3729.8
Hex28705A4001438a22f1e
Octal50160132100024702425736
Binary1010001110000101101010000000101001110001010001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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