#29A072

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

Shades of Jungle Green #29A072

Tints of Jungle Green #29A072

Color information

#29A072 (or 0x29A072) is unknown color: approx Jungle Green. HEX triplet: 29, A0 and 72. RGB value is (41,160,114). Sum of RGB (Red+Green+Blue) = 41+160+114=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #29A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A072 is #D65F8D. Grayscale: #777777. Windows color (decimal): -14049166 or 7512105. OLE color: 7512105.

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

Color convert

RGB41160114-
CMYK0.7400.290.37
HSL156.81º59.2%39.41%-
HSV(B)156.81º74.37%62.75%-
XYZ16.5226.8320.23-
YUV119.17125.0872.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=13.02%
G=50.79%
B=36.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411601140.7400.290.37156.8159.239.41
Hex29A0724A01D259d3b27
Octal51240162112035452357347
Binary101001101000001110010100101001110110010110011101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,160,114); }

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

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

 a { background-color: rgb(41,160,114); }

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

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

 span { border-color: rgb(41,160,114); }

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