#28755D

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

Shades of Eden #28755D

Tints of Eden #28755D

Color information

#28755D (or 0x28755D) is unknown color: approx Eden. HEX triplet: 28, 75 and 5D. RGB value is (40,117,93). Sum of RGB (Red+Green+Blue) = 40+117+93=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #28755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28755D is #D78AA2. Grayscale: #5B5B5B. Windows color (decimal): -14125731 or 6124840. OLE color: 6124840.

HSL color Cylindrical-coordinate representation of color #28755D: hue angle of 161.3º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28755D is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB4011793-
CMYK0.6600.210.54
HSL161.3º49.04%30.78%-
HSV(B)161.3º65.81%45.88%-
XYZ9.2113.9612.57-
YUV91.24128.9991.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=16%
G=46.8%
B=37.2%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117930.6600.210.54161.349.0430.78
Hex28755D4201536a1311f
Octal50165135102025662416137
Binary1010001110101101110110000100101011101101010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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