#29a183

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

Shades of Jungle Green #29A183

Tints of Jungle Green #29A183

Color information

#29A183 (or 0x29A183) is unknown color: approx Jungle Green. HEX triplet: 29, A1 and 83. RGB value is (41,161,131). Sum of RGB (Red+Green+Blue) = 41+161+131=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #29A183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A183 is #D65E7C. Grayscale: #797979. Windows color (decimal): -14048893 or 8626473. OLE color: 8626473.

HSL color Cylindrical-coordinate representation of color #29A183: hue angle of 165º 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 #29A183 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB41161131-
CMYK0.7500.190.37
HSL165º59.41%39.61%-
HSV(B)165º74.53%63.14%-
XYZ17.7627.625.86-
YUV121.7133.2470.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.31%
GREEN value IS 161 (63.28% from 255) = 48.35%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=12.31%
G=48.35%
B=39.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411611310.7500.190.3716559.4139.61
Hex29A1834B01325a53b28
Octal51241203113023452457350
Binary1010011010000110000011100101101001110010110100101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29a183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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