#29ad80

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

Shades of Jungle Green #29AD80

Tints of Jungle Green #29AD80

Color information

#29AD80 (or 0x29AD80) is unknown color: approx Jungle Green. HEX triplet: 29, AD and 80. RGB value is (41,173,128). Sum of RGB (Red+Green+Blue) = 41+173+128=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #29AD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AD80 is #D6527F. Grayscale: #808080. Windows color (decimal): -14045824 or 8432937. OLE color: 8432937.

HSL color Cylindrical-coordinate representation of color #29AD80: hue angle of 159.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AD80 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB41173128-
CMYK0.7600.260.32
HSL159.55º61.68%41.96%-
HSV(B)159.55º76.3%67.84%-
XYZ19.7531.9225.54-
YUV128.4127.7765.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.99%
GREEN value IS 173 (67.97% from 255) = 50.58%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=11.99%
G=50.58%
B=37.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411731280.7600.260.32159.5561.6841.96
Hex29AD804C01A20a03e2a
Octal51255200114032402407652
Binary1010011010110110000000100110001101010000010100000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ad80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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