#29A65D

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

Shades of Eucalyptus #29A65D

Tints of Eucalyptus #29A65D

Color information

#29A65D (or 0x29A65D) is unknown color: approx Eucalyptus. HEX triplet: 29, A6 and 5D. RGB value is (41,166,93). Sum of RGB (Red+Green+Blue) = 41+166+93=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #29A65D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A65D is #D659A2. Grayscale: #787878. Windows color (decimal): -14047651 or 6137385. OLE color: 6137385.

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

Color convert

RGB4116693-
CMYK0.7500.440.35
HSL144.96º60.39%40.59%-
HSV(B)144.96º75.3%65.1%-
XYZ16.5328.5314.99-
YUV120.3112.5971.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.67%
GREEN value IS 166 (65.23% from 255) = 55.33%
BLUE value IS 93 (36.72% from 255) = 31%
R=13.67%
G=55.33%
B=31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41166930.7500.440.35144.9660.3940.59
Hex29A65D4B02C23913c29
Octal51246135113054432217451
Binary1010011010011010111011001011010110010001110010001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,166,93); }

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

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

 a { background-color: rgb(41,166,93); }

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

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

 span { border-color: rgb(41,166,93); }

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