#28745D

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

Shades of Eden #28745D

Tints of Eden #28745D

Color information

#28745D (or 0x28745D) is unknown color: approx Eden. HEX triplet: 28, 74 and 5D. RGB value is (40,116,93). Sum of RGB (Red+Green+Blue) = 40+116+93=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #28745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28745D is #D78BA2. Grayscale: #5A5A5A. Windows color (decimal): -14125987 or 6124584. OLE color: 6124584.

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

Color convert

RGB4011693-
CMYK0.6600.200.55
HSL161.84º48.72%30.59%-
HSV(B)161.84º65.52%45.49%-
XYZ9.113.7312.53-
YUV90.65129.3291.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=16.06%
G=46.59%
B=37.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40116930.6600.200.55161.8448.7230.59
Hex28745D4201437a2311f
Octal50164135102024672426137
Binary1010001110100101110110000100101001101111010001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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