Html Css Color HEX #29B686 Jungle Green

📋 copy color: '#29B686'

red 41 ◦ green 182 ◦ blue 134

#29B686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #29B686

Tints of Jungle Green #29B686

RGB

 RED value IS 41 (16.41% from 255) = 11.48%

 GREEN value IS 182 (71.48% from 255) = 50.98%

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 11.48%
G = 50.98%
B = 37.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#29B686 (or 0x29B686) is known color: Jungle Green. HEX triplet: 29, B6 and 86. RGB value is (41,182,134). Sum of RGB (Red+Green+Blue) = 41+182+134=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #29B686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B686 is #D64979. Grayscale: #868686. Windows color (decimal): -14043514 or 8828457. OLE color: 8828457.

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

Color convert

RGB 41 182 134 -
CMYK 0.77 0 0.26 0.29
HSL 159.57º 0.63% 0.44% -
HSV(B) 159.57º 0.77% 0.71% -
XYZ 21.95 35.65 28.28 -
YUV 134.37 127.79 61.4 -
System Red Green Blue C M Y K H S L
Decimal 41 182 134 0.77 0 0.26 0.29 159.57 0.63 0.44
Hex 29 B6 86 4D 0 1A 1D A0 3F 2C
Octal 51 266 206 115 0 32 35 240 77 54
Binary 101001 10110110 10000110 1001101 0 11010 11101 10100000 111111 101100

Color Harmonies of #29B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B686

Black with #29B686

Text Example


Text Example

White with #29B686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29B686;
 }
 .AnyTagClassName
 {
   color: #29B686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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