#29A382

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

Shades of Jungle Green #29A382

Tints of Jungle Green #29A382

Color information

#29A382 (or 0x29A382) is unknown color: approx Jungle Green. HEX triplet: 29, A3 and 82. RGB value is (41,163,130). Sum of RGB (Red+Green+Blue) = 41+163+130=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #29A382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A382 is #D65C7D. Grayscale: #7A7A7A. Windows color (decimal): -14048382 or 8561449. OLE color: 8561449.

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

Color convert

RGB41163130-
CMYK0.7500.200.36
HSL163.77º59.8%40%-
HSV(B)163.77º74.85%63.92%-
XYZ18.0428.2825.63-
YUV122.76132.0869.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.28%
GREEN value IS 163 (64.06% from 255) = 48.80%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=12.28%
G=48.80%
B=38.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411631300.7500.200.36163.7759.840
Hex29A3824B01424a43c28
Octal51243202113024442447450
Binary1010011010001110000010100101101010010010010100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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