#29625B

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

Shades of Eden #29625B

Tints of Eden #29625B

Color information

#29625B (or 0x29625B) is unknown color: approx Eden. HEX triplet: 29, 62 and 5B. RGB value is (41,98,91). Sum of RGB (Red+Green+Blue) = 41+98+91=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #29625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29625B is #D69DA4. Grayscale: #505050. Windows color (decimal): -14065061 or 5988905. OLE color: 5988905.

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

Color convert

RGB419891-
CMYK0.5800.070.62
HSL172.63º41.01%27.25%-
HSV(B)172.63º58.16%38.43%-
XYZ7.179.9611.44-
YUV80.16134.12100.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=17.83%
G=42.61%
B=39.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198910.5800.070.62172.6341.0127.25
Hex29625B3A073Ead291b
Octal511421337207762555133
Binary1010011100010101101111101001111111101010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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