#29625D

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

Shades of Eden #29625D

Tints of Eden #29625D

Color information

#29625D (or 0x29625D) is unknown color: approx Eden. HEX triplet: 29, 62 and 5D. RGB value is (41,98,93). Sum of RGB (Red+Green+Blue) = 41+98+93=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #29625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29625D is #D69DA2. Grayscale: #505050. Windows color (decimal): -14065059 or 6119977. OLE color: 6119977.

HSL color Cylindrical-coordinate representation of color #29625D: hue angle of 174.74º 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 #29625D is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB419893-
CMYK0.5800.050.62
HSL174.74º41.01%27.25%-
HSV(B)174.74º58.16%38.43%-
XYZ7.261011.9-
YUV80.39135.1299.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=17.67%
G=42.24%
B=40.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198930.5800.050.62174.7441.0127.25
Hex29625D3A053Eaf291b
Octal511421357205762575133
Binary1010011100010101110111101001011111101010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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