#29A15C

Color #29A15C Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #29A15C

Tints of Eucalyptus #29A15C

Color information

#29A15C (or 0x29A15C) is unknown color: approx Eucalyptus. HEX triplet: 29, A1 and 5C. RGB value is (41,161,92). Sum of RGB (Red+Green+Blue) = 41+161+92=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #29A15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A15C is #D65EA3. Grayscale: #757575. Windows color (decimal): -14048932 or 6070569. OLE color: 6070569.

HSL color Cylindrical-coordinate representation of color #29A15C: hue angle of 145.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A15C is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB4116192-
CMYK0.7500.430.37
HSL145.5º59.41%39.61%-
HSV(B)145.5º74.53%63.14%-
XYZ15.5926.7314.46-
YUV117.25113.7473.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 161 (63.28% from 255) = 54.76%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=13.95%
G=54.76%
B=31.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41161920.7500.430.37145.559.4139.61
Hex29A15C4B02B25923b28
Octal51241134113053452227350
Binary1010011010000110111001001011010101110010110010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29A15C; }

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

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

<style>
 a { background-color: #29A15C; }

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

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

<style>
 span { border-color: #29A15C; }

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

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