#29A47B

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

Shades of Jungle Green #29A47B

Tints of Jungle Green #29A47B

Color information

#29A47B (or 0x29A47B) is unknown color: approx Jungle Green. HEX triplet: 29, A4 and 7B. RGB value is (41,164,123). Sum of RGB (Red+Green+Blue) = 41+164+123=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #29A47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A47B is #D65B84. Grayscale: #7A7A7A. Windows color (decimal): -14048133 or 8102953. OLE color: 8102953.

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

Color convert

RGB41164123-
CMYK0.7500.250.36
HSL160º60%40.2%-
HSV(B)160º75%64.31%-
XYZ17.7728.4523.29-
YUV122.55128.2569.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.5%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=12.5%
G=50%
B=37.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411641230.7500.250.361606040.2
Hex29A47B4B01924a03c28
Octal51244173113031442407450
Binary101001101001001111011100101101100110010010100000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,164,123); }

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

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

 a { background-color: rgb(41,164,123); }

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

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

 span { border-color: rgb(41,164,123); }

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