#29A266

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

Shades of Eucalyptus #29A266

Tints of Eucalyptus #29A266

Color information

#29A266 (or 0x29A266) is unknown color: approx Eucalyptus. HEX triplet: 29, A2 and 66. RGB value is (41,162,102). Sum of RGB (Red+Green+Blue) = 41+162+102=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #29A266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A266 is #D65D99. Grayscale: #777777. Windows color (decimal): -14048666 or 6726185. OLE color: 6726185.

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

Color convert

RGB41162102-
CMYK0.7500.370.36
HSL150.25º59.61%39.8%-
HSV(B)150.25º74.69%63.53%-
XYZ16.2327.2716.98-
YUV118.98118.4172.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 162 (63.67% from 255) = 53.11%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=13.44%
G=53.11%
B=33.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411621020.7500.370.36150.2559.6139.8
Hex29A2664B02524963c28
Octal51242146113045442267450
Binary1010011010001011001101001011010010110010010010110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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