#29AA7F

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

Shades of Jungle Green #29AA7F

Tints of Jungle Green #29AA7F

Color information

#29AA7F (or 0x29AA7F) is unknown color: approx Jungle Green. HEX triplet: 29, AA and 7F. RGB value is (41,170,127). Sum of RGB (Red+Green+Blue) = 41+170+127=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AA7F is #D65580. Grayscale: #7E7E7E. Windows color (decimal): -14046593 or 8366633. OLE color: 8366633.

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

Color convert

RGB41170127-
CMYK0.7600.250.33
HSL160º61.14%41.37%-
HSV(B)160º75.88%66.67%-
XYZ19.1230.7525.01-
YUV126.53128.2667-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 170 (66.80% from 255) = 50.30%
BLUE value IS 127 (50% from 255) = 37.57%
R=12.13%
G=50.30%
B=37.57%

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
Decimal411701270.7600.250.3316061.1441.37
Hex29AA7F4C01921a03d29
Octal51252177114031412407551
Binary101001101010101111111100110001100110000110100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,170,127); }

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

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

 a { background-color: rgb(41,170,127); }

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

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

 span { border-color: rgb(41,170,127); }

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