#29AC5A

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

Shades of Eucalyptus #29AC5A

Tints of Eucalyptus #29AC5A

Color information

#29AC5A (or 0x29AC5A) is unknown color: approx Eucalyptus. HEX triplet: 29, AC and 5A. RGB value is (41,172,90). Sum of RGB (Red+Green+Blue) = 41+172+90=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AC5A is #D653A5. Grayscale: #7B7B7B. Windows color (decimal): -14046118 or 5942313. OLE color: 5942313.

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

Color convert

RGB4117290-
CMYK0.7600.480.33
HSL142.44º61.5%41.76%-
HSV(B)142.44º76.16%67.45%-
XYZ17.5130.7114.68-
YUV123.48109.169.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 172 (67.58% from 255) = 56.77%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=13.53%
G=56.77%
B=29.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41172900.7600.480.33142.4461.541.76
Hex29AC5A4C030218e3e2a
Octal51254132114060412167652
Binary1010011010110010110101001100011000010000110001110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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