#29685C

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

Shades of Eden #29685C

Tints of Eden #29685C

Color information

#29685C (or 0x29685C) is unknown color: approx Eden. HEX triplet: 29, 68 and 5C. RGB value is (41,104,92). Sum of RGB (Red+Green+Blue) = 41+104+92=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #29685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29685C is #D697A3. Grayscale: #535353. Windows color (decimal): -14063524 or 6055977. OLE color: 6055977.

HSL color Cylindrical-coordinate representation of color #29685C: hue angle of 168.57º 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 #29685C is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB4110492-
CMYK0.6100.120.59
HSL168.57º43.45%28.43%-
HSV(B)168.57º60.58%40.78%-
XYZ7.811.1411.87-
YUV83.79132.6397.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=17.30%
G=43.88%
B=38.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104920.6100.120.59168.5743.4528.43
Hex29685C3D0C3Ba92b1c
Octal5115013475014732515334
Binary10100111010001011100111101011001110111010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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