#29AC74

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

Shades of Jungle Green #29AC74

Tints of Jungle Green #29AC74

Color information

#29AC74 (or 0x29AC74) is unknown color: approx Jungle Green. HEX triplet: 29, AC and 74. RGB value is (41,172,116). Sum of RGB (Red+Green+Blue) = 41+172+116=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AC74 is #D6538B. Grayscale: #7E7E7E. Windows color (decimal): -14046092 or 7646249. OLE color: 7646249.

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

Color convert

RGB41172116-
CMYK0.7600.330.33
HSL154.35º61.5%41.76%-
HSV(B)154.35º76.16%67.45%-
XYZ18.8231.2421.56-
YUV126.45122.167.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 172 (67.58% from 255) = 52.28%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=12.46%
G=52.28%
B=35.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411721160.7600.330.33154.3561.541.76
Hex29AC744C021219a3e2a
Octal51254164114041412327652
Binary1010011010110011101001001100010000110000110011010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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