#28695E

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

Shades of Eden #28695E

Tints of Eden #28695E

Color information

#28695E (or 0x28695E) is unknown color: approx Eden. HEX triplet: 28, 69 and 5E. RGB value is (40,105,94). Sum of RGB (Red+Green+Blue) = 40+105+94=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #28695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28695E is #D796A1. Grayscale: #545454. Windows color (decimal): -14128802 or 6187304. OLE color: 6187304.

HSL color Cylindrical-coordinate representation of color #28695E: hue angle of 169.85º degrees, saturation: 0.45, 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 #28695E is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB4010594-
CMYK0.6200.100.59
HSL169.85º44.83%28.43%-
HSV(B)169.85º61.9%41.18%-
XYZ7.9511.3612.36-
YUV84.31133.4796.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=16.74%
G=43.93%
B=39.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105940.6200.100.59169.8544.8328.43
Hex28695E3E0A3Baa2d1c
Octal5015113676012732525534
Binary10100011010011011110111110010101110111010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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