#29A55F

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

Shades of Eucalyptus #29A55F

Tints of Eucalyptus #29A55F

Color information

#29A55F (or 0x29A55F) is unknown color: approx Eucalyptus. HEX triplet: 29, A5 and 5F. RGB value is (41,165,95). Sum of RGB (Red+Green+Blue) = 41+165+95=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #29A55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A55F is #D65AA0. Grayscale: #787878. Windows color (decimal): -14047905 or 6268201. OLE color: 6268201.

HSL color Cylindrical-coordinate representation of color #29A55F: hue angle of 146.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A55F is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB4116595-
CMYK0.7500.420.35
HSL146.13º60.19%40.39%-
HSV(B)146.13º75.15%64.71%-
XYZ16.4428.2115.4-
YUV119.94113.9271.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=13.62%
G=54.82%
B=31.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41165950.7500.420.35146.1360.1940.39
Hex29A55F4B02A23923c28
Octal51245137113052432227450
Binary1010011010010110111111001011010101010001110010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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