Html Css Color HEX #29A174 Jungle Green

📋 copy color: '#29A174'

red 41 ◦ green 161 ◦ blue 116

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

Shades of Jungle Green #29A174

Tints of Jungle Green #29A174

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.63%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 12.89%
G = 50.63%
B = 36.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#29A174 (or 0x29A174) is known color: Jungle Green. HEX triplet: 29, A1 and 74. RGB value is (41,161,116). Sum of RGB (Red+Green+Blue) = 41+161+116=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #29A174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A174 is #D65E8B. Grayscale: #787878. Windows color (decimal): -14048908 or 7643433. OLE color: 7643433.

HSL color Cylindrical-coordinate representation of color #29A174: hue angle of 157.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A174 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 161 116 -
CMYK 0.75 0 0.28 0.37
HSL 157.5º 0.59% 0.4% -
HSV(B) 157.5º 0.75% 0.63% -
XYZ 16.81 27.22 20.89 -
YUV 119.99 125.74 71.66 -
System Red Green Blue C M Y K H S L
Decimal 41 161 116 0.75 0 0.28 0.37 157.5 0.59 0.4
Hex 29 A1 74 4B 0 1C 25 9E 3B 28
Octal 51 241 164 113 0 34 45 236 73 50
Binary 101001 10100001 1110100 1001011 0 11100 100101 10011110 111011 101000

Color Harmonies of #29A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A174

Black with #29A174

Text Example


Text Example

White with #29A174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,161,116); }

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

background-color css

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

 a { background-color: rgb(41,161,116); }

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

border-color css

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

 span { border-color: rgb(41,161,116); }

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