#29705C

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

Shades of Eden #29705C

Tints of Eden #29705C

Color information

#29705C (or 0x29705C) is unknown color: approx Eden. HEX triplet: 29, 70 and 5C. RGB value is (41,112,92). Sum of RGB (Red+Green+Blue) = 41+112+92=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #29705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29705C is #D68FA3. Grayscale: #585858. Windows color (decimal): -14061476 or 6058025. OLE color: 6058025.

HSL color Cylindrical-coordinate representation of color #29705C: hue angle of 163.1º 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 #29705C is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB4111292-
CMYK0.6300.180.56
HSL163.1º46.41%30%-
HSV(B)163.1º63.39%43.92%-
XYZ8.6412.8312.15-
YUV88.49129.9894.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=16.73%
G=45.71%
B=37.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112920.6300.180.56163.146.4130
Hex29705C3F01238a32e1e
Octal5116013477022702435636
Binary101001111000010111001111110100101110001010001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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