Html Css Color HEX #29A472 Jungle Green

📋 copy color: '#29A472'

red 41 ◦ green 164 ◦ blue 114

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

Shades of Jungle Green #29A472

Tints of Jungle Green #29A472

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.41%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 12.85%
G = 51.41%
B = 35.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#29A472 (or 0x29A472) is known color: Jungle Green. HEX triplet: 29, A4 and 72. RGB value is (41,164,114). Sum of RGB (Red+Green+Blue) = 41+164+114=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #29A472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A472 is #D65B8D. Grayscale: #797979. Windows color (decimal): -14048142 or 7513129. OLE color: 7513129.

HSL color Cylindrical-coordinate representation of color #29A472: hue angle of 155.61º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A472 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 164 114 -
CMYK 0.75 0 0.30 0.36
HSL 155.61º 0.6% 0.4% -
HSV(B) 155.61º 0.75% 0.64% -
XYZ 17.23 28.24 20.46 -
YUV 121.52 123.75 70.57 -
System Red Green Blue C M Y K H S L
Decimal 41 164 114 0.75 0 0.30 0.36 155.61 0.6 0.4
Hex 29 A4 72 4B 0 1E 24 9C 3C 28
Octal 51 244 162 113 0 36 44 234 74 50
Binary 101001 10100100 1110010 1001011 0 11110 100100 10011100 111100 101000

Color Harmonies of #29A472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A472

Black with #29A472

Text Example


Text Example

White with #29A472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,164,114); }

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

background-color css

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

 a { background-color: rgb(41,164,114); }

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

border-color css

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

 span { border-color: rgb(41,164,114); }

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