#29A381

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

Shades of Jungle Green #29A381

Tints of Jungle Green #29A381

Color information

#29A381 (or 0x29A381) is unknown color: approx Jungle Green. HEX triplet: 29, A3 and 81. RGB value is (41,163,129). Sum of RGB (Red+Green+Blue) = 41+163+129=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #29A381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A381 is #D65C7E. Grayscale: #7A7A7A. Windows color (decimal): -14048383 or 8495913. OLE color: 8495913.

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

Color convert

RGB41163129-
CMYK0.7500.210.36
HSL163.28º59.8%40%-
HSV(B)163.28º74.85%63.92%-
XYZ17.9728.2525.27-
YUV122.65131.5869.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.31%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=12.31%
G=48.95%
B=38.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411631290.7500.210.36163.2859.840
Hex29A3814B01524a33c28
Octal51243201113025442437450
Binary1010011010001110000001100101101010110010010100011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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