#29AC76

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

Shades of Jungle Green #29AC76

Tints of Jungle Green #29AC76

Color information

#29AC76 (or 0x29AC76) is unknown color: approx Jungle Green. HEX triplet: 29, AC and 76. RGB value is (41,172,118). Sum of RGB (Red+Green+Blue) = 41+172+118=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AC76 is #D65389. Grayscale: #7E7E7E. Windows color (decimal): -14046090 or 7777321. OLE color: 7777321.

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

Color convert

RGB41172118-
CMYK0.7600.310.33
HSL155.27º61.5%41.76%-
HSV(B)155.27º76.16%67.45%-
XYZ18.9431.2822.18-
YUV126.68123.166.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 172 (67.58% from 255) = 51.96%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=12.39%
G=51.96%
B=35.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411721180.7600.310.33155.2761.541.76
Hex29AC764C01F219b3e2a
Octal51254166114037412337652
Binary101001101011001110110100110001111110000110011011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,172,118); }

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

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

 a { background-color: rgb(41,172,118); }

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

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

 span { border-color: rgb(41,172,118); }

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