#29AE84

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

Shades of Jungle Green #29AE84

Tints of Jungle Green #29AE84

Color information

#29AE84 (or 0x29AE84) is unknown color: approx Jungle Green. HEX triplet: 29, AE and 84. RGB value is (41,174,132). Sum of RGB (Red+Green+Blue) = 41+174+132=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #29AE84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AE84 is #D6517B. Grayscale: #818181. Windows color (decimal): -14045564 or 8695337. OLE color: 8695337.

HSL color Cylindrical-coordinate representation of color #29AE84: hue angle of 161.05º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AE84 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB41174132-
CMYK0.7600.240.32
HSL161.05º61.86%42.16%-
HSV(B)161.05º76.44%68.24%-
XYZ20.2232.4127.02-
YUV129.44129.4464.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 174 (68.36% from 255) = 50.14%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=11.82%
G=50.14%
B=38.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411741320.7600.240.32161.0561.8642.16
Hex29AE844C01820a13e2a
Octal51256204114030402417652
Binary1010011010111010000100100110001100010000010100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,174,132); }

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

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

 a { background-color: rgb(41,174,132); }

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

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

 span { border-color: rgb(41,174,132); }

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