#29AC82

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

Shades of Jungle Green #29AC82

Tints of Jungle Green #29AC82

Color information

#29AC82 (or 0x29AC82) is unknown color: approx Jungle Green. HEX triplet: 29, AC and 82. RGB value is (41,172,130). Sum of RGB (Red+Green+Blue) = 41+172+130=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AC82 is #D6537D. Grayscale: #808080. Windows color (decimal): -14046078 or 8563753. OLE color: 8563753.

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

Color convert

RGB41172130-
CMYK0.7600.240.33
HSL160.76º61.5%41.76%-
HSV(B)160.76º76.16%67.45%-
XYZ19.731.5926.18-
YUV128.04129.165.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.95%
GREEN value IS 172 (67.58% from 255) = 50.15%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=11.95%
G=50.15%
B=37.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411721300.7600.240.33160.7661.541.76
Hex29AC824C01821a13e2a
Octal51254202114030412417652
Binary1010011010110010000010100110001100010000110100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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