Html Css Color HEX #29B68A Jungle Green

📋 copy color: '#29B68A'

red 41 ◦ green 182 ◦ blue 138

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

Shades of Jungle Green #29B68A

Tints of Jungle Green #29B68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 11.36%
G = 50.42%
B = 38.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#29B68A (or 0x29B68A) is known color: Jungle Green. HEX triplet: 29, B6 and 8A. RGB value is (41,182,138). Sum of RGB (Red+Green+Blue) = 41+182+138=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #29B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B68A is #D64975. Grayscale: #868686. Windows color (decimal): -14043510 or 9090601. OLE color: 9090601.

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

Color convert

RGB 41 182 138 -
CMYK 0.77 0 0.24 0.29
HSL 161.28º 0.63% 0.44% -
HSV(B) 161.28º 0.77% 0.71% -
XYZ 22.23 35.76 29.78 -
YUV 134.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 41 182 138 0.77 0 0.24 0.29 161.28 0.63 0.44
Hex 29 B6 8A 4D 0 18 1D A1 3F 2C
Octal 51 266 212 115 0 30 35 241 77 54
Binary 101001 10110110 10001010 1001101 0 11000 11101 10100001 111111 101100

Color Harmonies of #29B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B68A

Black with #29B68A

Text Example


Text Example

White with #29B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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