#29AC81

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

Shades of Jungle Green #29AC81

Tints of Jungle Green #29AC81

Color information

#29AC81 (or 0x29AC81) is unknown color: approx Jungle Green. HEX triplet: 29, AC and 81. RGB value is (41,172,129). Sum of RGB (Red+Green+Blue) = 41+172+129=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AC81 is #D6537E. Grayscale: #7F7F7F. Windows color (decimal): -14046079 or 8498217. OLE color: 8498217.

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

Color convert

RGB41172129-
CMYK0.7600.250.33
HSL160.31º61.5%41.76%-
HSV(B)160.31º76.16%67.45%-
XYZ19.6331.5625.83-
YUV127.93128.666-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.99%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=11.99%
G=50.29%
B=37.72%

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
Decimal411721290.7600.250.33160.3161.541.76
Hex29AC814C01921a03e2a
Octal51254201114031412407652
Binary1010011010110010000001100110001100110000110100000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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