#29A060

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

Shades of Eucalyptus #29A060

Tints of Eucalyptus #29A060

Color information

#29A060 (or 0x29A060) is unknown color: approx Eucalyptus. HEX triplet: 29, A0 and 60. RGB value is (41,160,96). Sum of RGB (Red+Green+Blue) = 41+160+96=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #29A060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A060 is #D65F9F. Grayscale: #757575. Windows color (decimal): -14049184 or 6332457. OLE color: 6332457.

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

Color convert

RGB4116096-
CMYK0.7400.40.37
HSL147.73º59.2%39.41%-
HSV(B)147.73º74.37%62.75%-
XYZ15.626.4615.35-
YUV117.12116.0873.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 160 (62.89% from 255) = 53.87%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=13.80%
G=53.87%
B=32.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41160960.7400.40.37147.7359.239.41
Hex29A0604A02825943b27
Octal51240140112050452247347
Binary1010011010000011000001001010010100010010110010100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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