#29625A

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

Shades of Eden #29625A

Tints of Eden #29625A

Color information

#29625A (or 0x29625A) is unknown color: approx Eden. HEX triplet: 29, 62 and 5A. RGB value is (41,98,90). Sum of RGB (Red+Green+Blue) = 41+98+90=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #29625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29625A is #D69DA5. Grayscale: #505050. Windows color (decimal): -14065062 or 5923369. OLE color: 5923369.

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

Color convert

RGB419890-
CMYK0.5800.080.62
HSL171.58º41.01%27.25%-
HSV(B)171.58º58.16%38.43%-
XYZ7.139.9411.22-
YUV80.04133.62100.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=17.90%
G=42.79%
B=39.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198900.5800.080.62171.5841.0127.25
Hex29625A3A083Eac291b
Octal5114213272010762545133
Binary10100111000101011010111010010001111101010110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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