#29A57E

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

Shades of Jungle Green #29A57E

Tints of Jungle Green #29A57E

Color information

#29A57E (or 0x29A57E) is unknown color: approx Jungle Green. HEX triplet: 29, A5 and 7E. RGB value is (41,165,126). Sum of RGB (Red+Green+Blue) = 41+165+126=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #29A57E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A57E is #D65A81. Grayscale: #7B7B7B. Windows color (decimal): -14047874 or 8299817. OLE color: 8299817.

HSL color Cylindrical-coordinate representation of color #29A57E: hue angle of 161.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A57E is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB41165126-
CMYK0.7500.240.35
HSL161.13º60.19%40.39%-
HSV(B)161.13º75.15%64.71%-
XYZ18.1428.8924.36-
YUV123.48129.4269.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=12.35%
G=49.70%
B=37.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411651260.7500.240.35161.1360.1940.39
Hex29A57E4B01823a13c28
Octal51245176113030432417450
Binary101001101001011111110100101101100010001110100001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,165,126); }

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

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

 a { background-color: rgb(41,165,126); }

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

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

 span { border-color: rgb(41,165,126); }

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