#29A180

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

Shades of Jungle Green #29A180

Tints of Jungle Green #29A180

Color information

#29A180 (or 0x29A180) is unknown color: approx Jungle Green. HEX triplet: 29, A1 and 80. RGB value is (41,161,128). Sum of RGB (Red+Green+Blue) = 41+161+128=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #29A180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A180 is #D65E7F. Grayscale: #797979. Windows color (decimal): -14048896 or 8429865. OLE color: 8429865.

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

Color convert

RGB41161128-
CMYK0.7500.200.37
HSL163.5º59.41%39.61%-
HSV(B)163.5º74.53%63.14%-
XYZ17.5627.5224.81-
YUV121.36131.7470.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 161 (63.28% from 255) = 48.79%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=12.42%
G=48.79%
B=38.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411611280.7500.200.37163.559.4139.61
Hex29A1804B01425a43b28
Octal51241200113024452447350
Binary1010011010000110000000100101101010010010110100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,161,128); }

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

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

 a { background-color: rgb(41,161,128); }

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

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

 span { border-color: rgb(41,161,128); }

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