#29A17C

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

Shades of Jungle Green #29A17C

Tints of Jungle Green #29A17C

Color information

#29A17C (or 0x29A17C) is unknown color: approx Jungle Green. HEX triplet: 29, A1 and 7C. RGB value is (41,161,124). Sum of RGB (Red+Green+Blue) = 41+161+124=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #29A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A17C is #D65E83. Grayscale: #787878. Windows color (decimal): -14048900 or 8167721. OLE color: 8167721.

HSL color Cylindrical-coordinate representation of color #29A17C: hue angle of 161.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A17C is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB41161124-
CMYK0.7500.230.37
HSL161.5º59.41%39.61%-
HSV(B)161.5º74.53%63.14%-
XYZ17.327.4223.45-
YUV120.9129.7471.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.58%
GREEN value IS 161 (63.28% from 255) = 49.39%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=12.58%
G=49.39%
B=38.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411611240.7500.230.37161.559.4139.61
Hex29A17C4B01725a23b28
Octal51241174113027452427350
Binary101001101000011111100100101101011110010110100010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,161,124); }

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

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

 a { background-color: rgb(41,161,124); }

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

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

 span { border-color: rgb(41,161,124); }

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