#28685D

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

Shades of Eden #28685D

Tints of Eden #28685D

Color information

#28685D (or 0x28685D) is unknown color: approx Eden. HEX triplet: 28, 68 and 5D. RGB value is (40,104,93). Sum of RGB (Red+Green+Blue) = 40+104+93=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #28685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28685D is #D797A2. Grayscale: #535353. Windows color (decimal): -14129059 or 6121512. OLE color: 6121512.

HSL color Cylindrical-coordinate representation of color #28685D: hue angle of 169.69º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28685D is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB4010493-
CMYK0.6200.110.59
HSL169.69º44.44%28.24%-
HSV(B)169.69º61.54%40.78%-
XYZ7.811.1412.1-
YUV83.61133.396.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=16.88%
G=43.88%
B=39.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104930.6200.110.59169.6944.4428.24
Hex28685D3E0B3Baa2c1c
Octal5015013576013732525434
Binary10100011010001011101111110010111110111010101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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