#29735E

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

Shades of Eden #29735E

Tints of Eden #29735E

Color information

#29735E (or 0x29735E) is unknown color: approx Eden. HEX triplet: 29, 73 and 5E. RGB value is (41,115,94). Sum of RGB (Red+Green+Blue) = 41+115+94=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #29735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29735E is #D68CA1. Grayscale: #5A5A5A. Windows color (decimal): -14060706 or 6189865. OLE color: 6189865.

HSL color Cylindrical-coordinate representation of color #29735E: hue angle of 162.97º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29735E is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB4111594-
CMYK0.6400.180.55
HSL162.97º47.44%30.59%-
HSV(B)162.97º64.35%45.1%-
XYZ9.0713.5412.73-
YUV90.48129.9892.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=16.4%
G=46%
B=37.6%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115940.6400.180.55162.9747.4430.59
Hex29735E4001237a32f1f
Octal51163136100022672435737
Binary1010011110011101111010000000100101101111010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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