#29705B

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

Shades of Eden #29705B

Tints of Eden #29705B

Color information

#29705B (or 0x29705B) is unknown color: approx Eden. HEX triplet: 29, 70 and 5B. RGB value is (41,112,91). Sum of RGB (Red+Green+Blue) = 41+112+91=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #29705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29705B is #D68FA4. Grayscale: #585858. Windows color (decimal): -14061477 or 5992489. OLE color: 5992489.

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

Color convert

RGB4111291-
CMYK0.6300.190.56
HSL162.25º46.41%30%-
HSV(B)162.25º63.39%43.92%-
XYZ8.612.8211.92-
YUV88.38129.4894.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=16.80%
G=45.90%
B=37.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112910.6300.190.56162.2546.4130
Hex29705B3F01338a22e1e
Octal5116013377023702425636
Binary101001111000010110111111110100111110001010001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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