#29AA68

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

Shades of Eucalyptus #29AA68

Tints of Eucalyptus #29AA68

Color information

#29AA68 (or 0x29AA68) is unknown color: approx Eucalyptus. HEX triplet: 29, AA and 68. RGB value is (41,170,104). Sum of RGB (Red+Green+Blue) = 41+170+104=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AA68 is #D65597. Grayscale: #7C7C7C. Windows color (decimal): -14046616 or 6859305. OLE color: 6859305.

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

Color convert

RGB41170104-
CMYK0.7600.390.33
HSL149.3º61.14%41.37%-
HSV(B)149.3º75.88%66.67%-
XYZ17.7930.2217.99-
YUV123.9116.7668.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=13.02%
G=53.97%
B=33.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411701040.7600.390.33149.361.1441.37
Hex29AA684C02721953d29
Octal51252150114047412257551
Binary1010011010101011010001001100010011110000110010101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,170,104); }

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

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

 a { background-color: rgb(41,170,104); }

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

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

 span { border-color: rgb(41,170,104); }

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