#29735C

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

Shades of Eden #29735C

Tints of Eden #29735C

Color information

#29735C (or 0x29735C) is unknown color: approx Eden. HEX triplet: 29, 73 and 5C. RGB value is (41,115,92). Sum of RGB (Red+Green+Blue) = 41+115+92=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #29735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29735C is #D68CA3. Grayscale: #5A5A5A. Windows color (decimal): -14060708 or 6058793. OLE color: 6058793.

HSL color Cylindrical-coordinate representation of color #29735C: hue angle of 161.35º 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 #29735C is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB4111592-
CMYK0.6400.200.55
HSL161.35º47.44%30.59%-
HSV(B)161.35º64.35%45.1%-
XYZ8.9813.5112.26-
YUV90.25128.9892.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=16.53%
G=46.37%
B=37.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115920.6400.200.55161.3547.4430.59
Hex29735C4001437a12f1f
Octal51163134100024672415737
Binary1010011110011101110010000000101001101111010000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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