#29A377

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

Shades of Jungle Green #29A377

Tints of Jungle Green #29A377

Color information

#29A377 (or 0x29A377) is unknown color: approx Jungle Green. HEX triplet: 29, A3 and 77. RGB value is (41,163,119). Sum of RGB (Red+Green+Blue) = 41+163+119=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #29A377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A377 is #D65C88. Grayscale: #797979. Windows color (decimal): -14048393 or 7840553. OLE color: 7840553.

HSL color Cylindrical-coordinate representation of color #29A377: hue angle of 158.36º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A377 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB41163119-
CMYK0.7500.270.36
HSL158.36º59.8%40%-
HSV(B)158.36º74.85%63.92%-
XYZ17.342821.94-
YUV121.51126.5870.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=12.69%
G=50.46%
B=36.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411631190.7500.270.36158.3659.840
Hex29A3774B01B249e3c28
Octal51243167113033442367450
Binary101001101000111110111100101101101110010010011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,163,119); }

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

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

 a { background-color: rgb(41,163,119); }

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

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

 span { border-color: rgb(41,163,119); }

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