#29695C

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

Shades of Eden #29695C

Tints of Eden #29695C

Color information

#29695C (or 0x29695C) is unknown color: approx Eden. HEX triplet: 29, 69 and 5C. RGB value is (41,105,92). Sum of RGB (Red+Green+Blue) = 41+105+92=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #29695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29695C is #D696A3. Grayscale: #545454. Windows color (decimal): -14063268 or 6056233. OLE color: 6056233.

HSL color Cylindrical-coordinate representation of color #29695C: hue angle of 167.81º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29695C is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB4110592-
CMYK0.6100.120.59
HSL167.81º43.84%28.63%-
HSV(B)167.81º60.95%41.18%-
XYZ7.911.3511.9-
YUV84.38132.397.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=17.23%
G=44.12%
B=38.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105920.6100.120.59167.8143.8428.63
Hex29695C3D0C3Ba82c1d
Octal5115113475014732505435
Binary10100111010011011100111101011001110111010100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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