#29B388

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

Shades of Jungle Green #29B388

Tints of Jungle Green #29B388

Color information

#29B388 (or 0x29B388) is unknown color: approx Jungle Green. HEX triplet: 29, B3 and 88. RGB value is (41,179,136). Sum of RGB (Red+Green+Blue) = 41+179+136=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #29B388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B388 is #D64C77. Grayscale: #848484. Windows color (decimal): -14044280 or 8958761. OLE color: 8958761.

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

Color convert

RGB41179136-
CMYK0.7700.240.30
HSL161.3º62.73%43.14%-
HSV(B)161.3º77.09%70.2%-
XYZ21.4834.4928.82-
YUV132.84129.7862.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.52%
GREEN value IS 179 (70.31% from 255) = 50.28%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=11.52%
G=50.28%
B=38.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411791360.7700.240.30161.362.7343.14
Hex29B3884D0181Ea13f2b
Octal51263210115030362417753
Binary101001101100111000100010011010110001111010100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,179,136); }

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

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

 a { background-color: rgb(41,179,136); }

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

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

 span { border-color: rgb(41,179,136); }

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