#29655A

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

Shades of Eden #29655A

Tints of Eden #29655A

Color information

#29655A (or 0x29655A) is unknown color: approx Eden. HEX triplet: 29, 65 and 5A. RGB value is (41,101,90). Sum of RGB (Red+Green+Blue) = 41+101+90=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #29655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29655A is #D69AA5. Grayscale: #515151. Windows color (decimal): -14064294 or 5924137. OLE color: 5924137.

HSL color Cylindrical-coordinate representation of color #29655A: hue angle of 169º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29655A is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB4110190-
CMYK0.5900.110.60
HSL169º42.25%27.84%-
HSV(B)169º59.41%39.61%-
XYZ7.4110.5211.31-
YUV81.81132.6298.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=17.67%
G=43.53%
B=38.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101900.5900.110.6016942.2527.84
Hex29655A3B0B3Ca92a1c
Octal5114513273013742515234
Binary10100111001011011010111011010111111001010100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29655A; }

 p { color: rgb(41,101,90); }

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

<style>
 a { background-color: #29655A; }

 a { background-color: rgb(41,101,90); }

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

<style>
 span { border-color: #29655A; }

 span { border-color: rgb(41,101,90); }

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