#29655B

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

Shades of Eden #29655B

Tints of Eden #29655B

Color information

#29655B (or 0x29655B) is unknown color: approx Eden. HEX triplet: 29, 65 and 5B. RGB value is (41,101,91). Sum of RGB (Red+Green+Blue) = 41+101+91=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #29655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29655B is #D69AA4. Grayscale: #515151. Windows color (decimal): -14064293 or 5989673. OLE color: 5989673.

HSL color Cylindrical-coordinate representation of color #29655B: hue angle of 170º 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 #29655B is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB4110191-
CMYK0.5900.100.60
HSL170º42.25%27.84%-
HSV(B)170º59.41%39.61%-
XYZ7.4610.5311.54-
YUV81.92133.1298.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=17.60%
G=43.35%
B=39.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101910.5900.100.6017042.2527.84
Hex29655B3B0A3Caa2a1c
Octal5114513373012742525234
Binary10100111001011011011111011010101111001010101010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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