#29AA80

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

Shades of Jungle Green #29AA80

Tints of Jungle Green #29AA80

Color information

#29AA80 (or 0x29AA80) is unknown color: approx Jungle Green. HEX triplet: 29, AA and 80. RGB value is (41,170,128). Sum of RGB (Red+Green+Blue) = 41+170+128=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AA80 is #D6557F. Grayscale: #7E7E7E. Windows color (decimal): -14046592 or 8432169. OLE color: 8432169.

HSL color Cylindrical-coordinate representation of color #29AA80: hue angle of 160.47º 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 #29AA80 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB41170128-
CMYK0.7600.250.33
HSL160.47º61.14%41.37%-
HSV(B)160.47º75.88%66.67%-
XYZ19.1930.7825.35-
YUV126.64128.7666.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.09%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=12.09%
G=50.15%
B=37.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411701280.7600.250.33160.4761.1441.37
Hex29AA804C01921a03d29
Octal51252200114031412407551
Binary1010011010101010000000100110001100110000110100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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