#29B68A

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

Shades of Jungle Green #29B68A

Tints of Jungle Green #29B68A

Color information

#29B68A (or 0x29B68A) is unknown color: approx Jungle Green. HEX triplet: 29, B6 and 8A. RGB value is (41,182,138). Sum of RGB (Red+Green+Blue) = 41+182+138=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #29B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B68A is #D64975. Grayscale: #868686. Windows color (decimal): -14043510 or 9090601. OLE color: 9090601.

HSL color Cylindrical-coordinate representation of color #29B68A: hue angle of 161.28º 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 #29B68A is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB41182138-
CMYK0.7700.240.29
HSL161.28º63.23%43.73%-
HSV(B)161.28º77.47%71.37%-
XYZ22.2335.7629.78-
YUV134.82129.7961.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.36%
GREEN value IS 182 (71.48% from 255) = 50.42%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=11.36%
G=50.42%
B=38.23%

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
Decimal411821380.7700.240.29161.2863.2343.73
Hex29B68A4D0181Da13f2c
Octal51266212115030352417754
Binary101001101101101000101010011010110001110110100001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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