#29625C

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

Shades of Eden #29625C

Tints of Eden #29625C

Color information

#29625C (or 0x29625C) is unknown color: approx Eden. HEX triplet: 29, 62 and 5C. RGB value is (41,98,92). Sum of RGB (Red+Green+Blue) = 41+98+92=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #29625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29625C is #D69DA3. Grayscale: #505050. Windows color (decimal): -14065060 or 6054441. OLE color: 6054441.

HSL color Cylindrical-coordinate representation of color #29625C: hue angle of 173.68º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29625C is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB419892-
CMYK0.5800.060.62
HSL173.68º41.01%27.25%-
HSV(B)173.68º58.16%38.43%-
XYZ7.219.9811.67-
YUV80.27134.6299.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=17.75%
G=42.42%
B=39.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198920.5800.060.62173.6841.0127.25
Hex29625C3A063Eae291b
Octal511421347206762565133
Binary1010011100010101110011101001101111101010111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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