#29b58a

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

Shades of Jungle Green #29B58A

Tints of Jungle Green #29B58A

Color information

#29B58A (or 0x29B58A) is unknown color: approx Jungle Green. HEX triplet: 29, B5 and 8A. RGB value is (41,181,138). Sum of RGB (Red+Green+Blue) = 41+181+138=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #29B58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B58A is #D64A75. Grayscale: #868686. Windows color (decimal): -14043766 or 9090345. OLE color: 9090345.

HSL color Cylindrical-coordinate representation of color #29B58A: hue angle of 161.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B58A is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB41181138-
CMYK0.7700.240.29
HSL161.57º63.06%43.53%-
HSV(B)161.57º77.35%70.98%-
XYZ22.0335.3529.71-
YUV134.24130.1261.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.39%
GREEN value IS 181 (71.09% from 255) = 50.28%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=11.39%
G=50.28%
B=38.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411811380.7700.240.29161.5763.0643.53
Hex29B58A4D0181Da23f2c
Octal51265212115030352427754
Binary101001101101011000101010011010110001110110100010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29b58a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,181,138); }

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

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

 a { background-color: rgb(41,181,138); }

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

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

 span { border-color: rgb(41,181,138); }

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