#29B682

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

Shades of Jungle Green #29B682

Tints of Jungle Green #29B682

Color information

#29B682 (or 0x29B682) is unknown color: approx Jungle Green. HEX triplet: 29, B6 and 82. RGB value is (41,182,130). Sum of RGB (Red+Green+Blue) = 41+182+130=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #29B682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B682 is #D6497D. Grayscale: #858585. Windows color (decimal): -14043518 or 8566313. OLE color: 8566313.

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

Color convert

RGB41182130-
CMYK0.7700.290.29
HSL157.87º63.23%43.73%-
HSV(B)157.87º77.47%71.37%-
XYZ21.6735.5426.84-
YUV133.91125.7961.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.61%
GREEN value IS 182 (71.48% from 255) = 51.56%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=11.61%
G=51.56%
B=36.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411821300.7700.290.29157.8763.2343.73
Hex29B6824D01D1D9e3f2c
Octal51266202115035352367754
Binary101001101101101000001010011010111011110110011110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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