#29A25E

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

Shades of Eucalyptus #29A25E

Tints of Eucalyptus #29A25E

Color information

#29A25E (or 0x29A25E) is unknown color: approx Eucalyptus. HEX triplet: 29, A2 and 5E. RGB value is (41,162,94). Sum of RGB (Red+Green+Blue) = 41+162+94=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #29A25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A25E is #D65DA1. Grayscale: #767676. Windows color (decimal): -14048674 or 6201897. OLE color: 6201897.

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

Color convert

RGB4116294-
CMYK0.7500.420.36
HSL146.28º59.61%39.8%-
HSV(B)146.28º74.69%63.53%-
XYZ15.8627.1214.99-
YUV118.07114.4173.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=13.80%
G=54.55%
B=31.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41162940.7500.420.36146.2859.6139.8
Hex29A25E4B02A24923c28
Octal51242136113052442227450
Binary1010011010001010111101001011010101010010010010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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