#29A160

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

Shades of Eucalyptus #29A160

Tints of Eucalyptus #29A160

Color information

#29A160 (or 0x29A160) is unknown color: approx Eucalyptus. HEX triplet: 29, A1 and 60. RGB value is (41,161,96). Sum of RGB (Red+Green+Blue) = 41+161+96=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #29A160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A160 is #D65E9F. Grayscale: #757575. Windows color (decimal): -14048928 or 6332713. OLE color: 6332713.

HSL color Cylindrical-coordinate representation of color #29A160: hue angle of 147.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 #29A160 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB4116196-
CMYK0.7500.400.37
HSL147.5º59.41%39.61%-
HSV(B)147.5º74.53%63.14%-
XYZ15.7726.8115.41-
YUV117.71115.7473.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 161 (63.28% from 255) = 54.03%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=13.76%
G=54.03%
B=32.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41161960.7500.400.37147.559.4139.61
Hex29A1604B02825943b28
Octal51241140113050452247350
Binary1010011010000111000001001011010100010010110010100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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