#29AA53

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

Shades of Eucalyptus #29AA53

Tints of Eucalyptus #29AA53

Color information

#29AA53 (or 0x29AA53) is unknown color: approx Eucalyptus. HEX triplet: 29, AA and 53. RGB value is (41,170,83). Sum of RGB (Red+Green+Blue) = 41+170+83=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AA53 is #D655AC. Grayscale: #797979. Windows color (decimal): -14046637 or 5483049. OLE color: 5483049.

HSL color Cylindrical-coordinate representation of color #29AA53: hue angle of 139.53º 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 #29AA53 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB4117083-
CMYK0.7600.510.33
HSL139.53º61.14%41.37%-
HSV(B)139.53º75.88%66.67%-
XYZ16.8529.8513.06-
YUV121.51106.2670.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 170 (66.80% from 255) = 57.82%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=13.95%
G=57.82%
B=28.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41170830.7600.510.33139.5361.1441.37
Hex29AA534C033218c3d29
Octal51252123114063412147551
Binary1010011010101010100111001100011001110000110001100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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