#28725E

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

Shades of Eden #28725E

Tints of Eden #28725E

Color information

#28725E (or 0x28725E) is unknown color: approx Eden. HEX triplet: 28, 72 and 5E. RGB value is (40,114,94). Sum of RGB (Red+Green+Blue) = 40+114+94=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #28725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28725E is #D78DA1. Grayscale: #595959. Windows color (decimal): -14126498 or 6189608. OLE color: 6189608.

HSL color Cylindrical-coordinate representation of color #28725E: hue angle of 163.78º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28725E is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB4011494-
CMYK0.6500.180.55
HSL163.78º48.05%30.2%-
HSV(B)163.78º64.91%44.71%-
XYZ8.9113.2912.69-
YUV89.59130.4892.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=16.13%
G=45.97%
B=37.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40114940.6500.180.55163.7848.0530.2
Hex28725E4101237a4301e
Octal50162136101022672446036
Binary1010001110010101111010000010100101101111010010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28725E; }

 p { color: rgb(40,114,94); }

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

<style>
 a { background-color: #28725E; }

 a { background-color: rgb(40,114,94); }

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

<style>
 span { border-color: #28725E; }

 span { border-color: rgb(40,114,94); }

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