#29685E

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

Shades of Eden #29685E

Tints of Eden #29685E

Color information

#29685E (or 0x29685E) is unknown color: approx Eden. HEX triplet: 29, 68 and 5E. RGB value is (41,104,94). Sum of RGB (Red+Green+Blue) = 41+104+94=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #29685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29685E is #D697A1. Grayscale: #545454. Windows color (decimal): -14063522 or 6187049. OLE color: 6187049.

HSL color Cylindrical-coordinate representation of color #29685E: hue angle of 170.48º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29685E is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB4110494-
CMYK0.6100.100.59
HSL170.48º43.45%28.43%-
HSV(B)170.48º60.58%40.78%-
XYZ7.8911.1812.33-
YUV84.02133.6397.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=17.15%
G=43.51%
B=39.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104940.6100.100.59170.4843.4528.43
Hex29685E3D0A3Baa2b1c
Octal5115013675012732525334
Binary10100111010001011110111101010101110111010101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,104,94); }

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

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

 a { background-color: rgb(41,104,94); }

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

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

 span { border-color: rgb(41,104,94); }

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