#29B082

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

Shades of Jungle Green #29B082

Tints of Jungle Green #29B082

Color information

#29B082 (or 0x29B082) is unknown color: approx Jungle Green. HEX triplet: 29, B0 and 82. RGB value is (41,176,130). Sum of RGB (Red+Green+Blue) = 41+176+130=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #29B082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B082 is #D64F7D. Grayscale: #828282. Windows color (decimal): -14045054 or 8564777. OLE color: 8564777.

HSL color Cylindrical-coordinate representation of color #29B082: hue angle of 159.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B082 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB41176130-
CMYK0.7700.260.31
HSL159.56º62.21%42.55%-
HSV(B)159.56º76.7%69.02%-
XYZ20.4733.1326.44-
YUV130.39127.7764.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 176 (69.14% from 255) = 50.72%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=11.82%
G=50.72%
B=37.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411761300.7700.260.31159.5662.2142.55
Hex29B0824D01A1Fa03e2b
Octal51260202115032372407653
Binary101001101100001000001010011010110101111110100000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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