#29A05E

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

Shades of Eucalyptus #29A05E

Tints of Eucalyptus #29A05E

Color information

#29A05E (or 0x29A05E) is unknown color: approx Eucalyptus. HEX triplet: 29, A0 and 5E. RGB value is (41,160,94). Sum of RGB (Red+Green+Blue) = 41+160+94=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #29A05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A05E is #D65FA1. Grayscale: #757575. Windows color (decimal): -14049186 or 6201385. OLE color: 6201385.

HSL color Cylindrical-coordinate representation of color #29A05E: hue angle of 146.72º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29A05E is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB4116094-
CMYK0.7400.410.37
HSL146.72º59.2%39.41%-
HSV(B)146.72º74.37%62.75%-
XYZ15.5126.4214.87-
YUV116.89115.0873.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 160 (62.89% from 255) = 54.24%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=13.90%
G=54.24%
B=31.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41160940.7400.410.37146.7259.239.41
Hex29A05E4A02925933b27
Octal51240136112051452237347
Binary1010011010000010111101001010010100110010110010011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,160,94); }

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

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

 a { background-color: rgb(41,160,94); }

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

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

 span { border-color: rgb(41,160,94); }

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