#29705D

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

Shades of Eden #29705D

Tints of Eden #29705D

Color information

#29705D (or 0x29705D) is unknown color: approx Eden. HEX triplet: 29, 70 and 5D. RGB value is (41,112,93). Sum of RGB (Red+Green+Blue) = 41+112+93=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #29705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29705D is #D68FA2. Grayscale: #585858. Windows color (decimal): -14061475 or 6123561. OLE color: 6123561.

HSL color Cylindrical-coordinate representation of color #29705D: hue angle of 163.94º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29705D is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB4111293-
CMYK0.6300.170.56
HSL163.94º46.41%30%-
HSV(B)163.94º63.39%43.92%-
XYZ8.6812.8512.38-
YUV88.6130.4894.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=16.67%
G=45.53%
B=37.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112930.6300.170.56163.9446.4130
Hex29705D3F01138a42e1e
Octal5116013577021702445636
Binary101001111000010111011111110100011110001010010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,112,93); }

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

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

 a { background-color: rgb(41,112,93); }

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

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

 span { border-color: rgb(41,112,93); }

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