#29A466

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

Shades of Eucalyptus #29A466

Tints of Eucalyptus #29A466

Color information

#29A466 (or 0x29A466) is unknown color: approx Eucalyptus. HEX triplet: 29, A4 and 66. RGB value is (41,164,102). Sum of RGB (Red+Green+Blue) = 41+164+102=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #29A466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A466 is #D65B99. Grayscale: #787878. Windows color (decimal): -14048154 or 6726697. OLE color: 6726697.

HSL color Cylindrical-coordinate representation of color #29A466: hue angle of 149.76º 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 #29A466 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB41164102-
CMYK0.7500.380.36
HSL149.76º60%40.2%-
HSV(B)149.76º75%64.31%-
XYZ16.5927.9817.1-
YUV120.16117.7571.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=13.36%
G=53.42%
B=33.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411641020.7500.380.36149.766040.2
Hex29A4664B02624963c28
Octal51244146113046442267450
Binary1010011010010011001101001011010011010010010010110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,164,102); }

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

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

 a { background-color: rgb(41,164,102); }

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

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

 span { border-color: rgb(41,164,102); }

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