#29aa60

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

Shades of Eucalyptus #29AA60

Tints of Eucalyptus #29AA60

Color information

#29AA60 (or 0x29AA60) is unknown color: approx Eucalyptus. HEX triplet: 29, AA and 60. RGB value is (41,170,96). Sum of RGB (Red+Green+Blue) = 41+170+96=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AA60 is #D6559F. Grayscale: #7B7B7B. Windows color (decimal): -14046624 or 6335017. OLE color: 6335017.

HSL color Cylindrical-coordinate representation of color #29AA60: hue angle of 145.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AA60 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB4117096-
CMYK0.7600.440.33
HSL145.58º61.14%41.37%-
HSV(B)145.58º75.88%66.67%-
XYZ17.430.0715.95-
YUV122.99112.7669.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 170 (66.80% from 255) = 55.37%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=13.36%
G=55.37%
B=31.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41170960.7600.440.33145.5861.1441.37
Hex29AA604C02C21923d29
Octal51252140114054412227551
Binary1010011010101011000001001100010110010000110010010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29aa60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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