#29685D

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

Shades of Eden #29685D

Tints of Eden #29685D

Color information

#29685D (or 0x29685D) is unknown color: approx Eden. HEX triplet: 29, 68 and 5D. RGB value is (41,104,93). Sum of RGB (Red+Green+Blue) = 41+104+93=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #29685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29685D is #D697A2. Grayscale: #535353. Windows color (decimal): -14063523 or 6121513. OLE color: 6121513.

HSL color Cylindrical-coordinate representation of color #29685D: hue angle of 169.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29685D is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB4110493-
CMYK0.6100.110.59
HSL169.52º43.45%28.43%-
HSV(B)169.52º60.58%40.78%-
XYZ7.8411.1612.1-
YUV83.91133.1397.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=17.23%
G=43.70%
B=39.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104930.6100.110.59169.5243.4528.43
Hex29685D3D0B3Baa2b1c
Octal5115013575013732525334
Binary10100111010001011101111101010111110111010101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29685D; }

 p { color: rgb(41,104,93); }

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

<style>
 a { background-color: #29685D; }

 a { background-color: rgb(41,104,93); }

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

<style>
 span { border-color: #29685D; }

 span { border-color: rgb(41,104,93); }

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