#29745C

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

Shades of Eden #29745C

Tints of Eden #29745C

Color information

#29745C (or 0x29745C) is unknown color: approx Eden. HEX triplet: 29, 74 and 5C. RGB value is (41,116,92). Sum of RGB (Red+Green+Blue) = 41+116+92=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #29745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29745C is #D68BA3. Grayscale: #5A5A5A. Windows color (decimal): -14060452 or 6059049. OLE color: 6059049.

HSL color Cylindrical-coordinate representation of color #29745C: hue angle of 160.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29745C is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB4111692-
CMYK0.6500.210.55
HSL160.8º47.77%30.78%-
HSV(B)160.8º64.66%45.49%-
XYZ9.0913.7312.3-
YUV90.84128.6592.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=16.47%
G=46.59%
B=36.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116920.6500.210.55160.847.7730.78
Hex29745C4101537a1301f
Octal51164134101025672416037
Binary1010011110100101110010000010101011101111010000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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