#29A271

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

Shades of Eucalyptus #29A271

Tints of Eucalyptus #29A271

Color information

#29A271 (or 0x29A271) is unknown color: approx Eucalyptus. HEX triplet: 29, A2 and 71. RGB value is (41,162,113). Sum of RGB (Red+Green+Blue) = 41+162+113=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #29A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A271 is #D65D8E. Grayscale: #787878. Windows color (decimal): -14048655 or 7447081. OLE color: 7447081.

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

Color convert

RGB41162113-
CMYK0.7500.300.36
HSL155.7º59.61%39.8%-
HSV(B)155.7º74.69%63.53%-
XYZ16.8227.520.05-
YUV120.24123.9171.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 162 (63.67% from 255) = 51.27%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=12.97%
G=51.27%
B=35.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411621130.7500.300.36155.759.6139.8
Hex29A2714B01E249c3c28
Octal51242161113036442347450
Binary101001101000101110001100101101111010010010011100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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