#29AC5F

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

Shades of Eucalyptus #29AC5F

Tints of Eucalyptus #29AC5F

Color information

#29AC5F (or 0x29AC5F) is unknown color: approx Eucalyptus. HEX triplet: 29, AC and 5F. RGB value is (41,172,95). Sum of RGB (Red+Green+Blue) = 41+172+95=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AC5F is #D653A0. Grayscale: #7C7C7C. Windows color (decimal): -14046113 or 6269993. OLE color: 6269993.

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

Color convert

RGB4117295-
CMYK0.7600.450.33
HSL144.73º61.5%41.76%-
HSV(B)144.73º76.16%67.45%-
XYZ17.7330.815.84-
YUV124.05111.668.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 172 (67.58% from 255) = 55.84%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=13.31%
G=55.84%
B=30.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41172950.7600.450.33144.7361.541.76
Hex29AC5F4C02D21913e2a
Octal51254137114055412217652
Binary1010011010110010111111001100010110110000110010001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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