Html Css Color HEX #29AD7E Jungle Green

📋 copy color: '#29AD7E'

red 41 ◦ green 173 ◦ blue 126

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

Shades of Jungle Green #29AD7E

Tints of Jungle Green #29AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.88%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 12.06%
G = 50.88%
B = 37.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#29AD7E (or 0x29AD7E) is known color: Jungle Green. HEX triplet: 29, AD and 7E. RGB value is (41,173,126). Sum of RGB (Red+Green+Blue) = 41+173+126=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #29AD7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AD7E is #D65281. Grayscale: #808080. Windows color (decimal): -14045826 or 8301865. OLE color: 8301865.

HSL color Cylindrical-coordinate representation of color #29AD7E: hue angle of 158.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AD7E is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 173 126 -
CMYK 0.76 0 0.27 0.32
HSL 158.64º 0.62% 0.42% -
HSV(B) 158.64º 0.76% 0.68% -
XYZ 19.62 31.86 24.85 -
YUV 128.17 126.77 65.82 -
System Red Green Blue C M Y K H S L
Decimal 41 173 126 0.76 0 0.27 0.32 158.64 0.62 0.42
Hex 29 AD 7E 4C 0 1B 20 9F 3E 2A
Octal 51 255 176 114 0 33 40 237 76 52
Binary 101001 10101101 1111110 1001100 0 11011 100000 10011111 111110 101010

Color Harmonies of #29AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AD7E

Black with #29AD7E

Text Example


Text Example

White with #29AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,173,126); }

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

background-color css

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

 a { background-color: rgb(41,173,126); }

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

border-color css

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

 span { border-color: rgb(41,173,126); }

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