#29A85D

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

Shades of Eucalyptus #29A85D

Tints of Eucalyptus #29A85D

Color information

#29A85D (or 0x29A85D) is unknown color: approx Eucalyptus. HEX triplet: 29, A8 and 5D. RGB value is (41,168,93). Sum of RGB (Red+Green+Blue) = 41+168+93=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #29A85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A85D is #D657A2. Grayscale: #797979. Windows color (decimal): -14047139 or 6137897. OLE color: 6137897.

HSL color Cylindrical-coordinate representation of color #29A85D: hue angle of 144.57º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A85D is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB4116893-
CMYK0.7600.450.34
HSL144.57º60.77%40.98%-
HSV(B)144.57º75.6%65.88%-
XYZ16.8929.2715.11-
YUV121.48111.9270.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 168 (66.02% from 255) = 55.63%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=13.58%
G=55.63%
B=30.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41168930.7600.450.34144.5760.7740.98
Hex29A85D4C02D22913d29
Octal51250135114055422217551
Binary1010011010100010111011001100010110110001010010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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