Html Css Color HEX #29B47D Jungle Green

📋 copy color: '#29B47D'

red 41 ◦ green 180 ◦ blue 125

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

Shades of Jungle Green #29B47D

Tints of Jungle Green #29B47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.02%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 11.85%
G = 52.02%
B = 36.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#29B47D (or 0x29B47D) is known color: Jungle Green. HEX triplet: 29, B4 and 7D. RGB value is (41,180,125). Sum of RGB (Red+Green+Blue) = 41+180+125=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #29B47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29B47D is #D64B82. Grayscale: #848484. Windows color (decimal): -14044035 or 8238121. OLE color: 8238121.

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

Color convert

RGB 41 180 125 -
CMYK 0.77 0 0.31 0.29
HSL 156.26º 0.63% 0.43% -
HSV(B) 156.26º 0.77% 0.71% -
XYZ 20.94 34.59 24.98 -
YUV 132.17 123.95 62.97 -
System Red Green Blue C M Y K H S L
Decimal 41 180 125 0.77 0 0.31 0.29 156.26 0.63 0.43
Hex 29 B4 7D 4D 0 1F 1D 9C 3F 2B
Octal 51 264 175 115 0 37 35 234 77 53
Binary 101001 10110100 1111101 1001101 0 11111 11101 10011100 111111 101011

Color Harmonies of #29B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B47D

Black with #29B47D

Text Example


Text Example

White with #29B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,180,125); }

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

background-color css

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

 a { background-color: rgb(41,180,125); }

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

border-color css

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

 span { border-color: rgb(41,180,125); }

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