Html Css Color HEX #29AA81 Jungle Green

📋 copy color: '#29AA81'

red 41 ◦ green 170 ◦ blue 129

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

Shades of Jungle Green #29AA81

Tints of Jungle Green #29AA81

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50%

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 12.06%
G = 50%
B = 37.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#29AA81 (or 0x29AA81) is known color: Jungle Green. HEX triplet: 29, AA and 81. RGB value is (41,170,129). Sum of RGB (Red+Green+Blue) = 41+170+129=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AA81 is #D6557E. Grayscale: #7E7E7E. Windows color (decimal): -14046591 or 8497705. OLE color: 8497705.

HSL color Cylindrical-coordinate representation of color #29AA81: hue angle of 160.93º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AA81 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 170 129 -
CMYK 0.76 0 0.24 0.33
HSL 160.93º 0.61% 0.41% -
HSV(B) 160.93º 0.76% 0.67% -
XYZ 19.25 30.81 25.7 -
YUV 126.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 41 170 129 0.76 0 0.24 0.33 160.93 0.61 0.41
Hex 29 AA 81 4C 0 18 21 A1 3D 29
Octal 51 252 201 114 0 30 41 241 75 51
Binary 101001 10101010 10000001 1001100 0 11000 100001 10100001 111101 101001

Color Harmonies of #29AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AA81

Black with #29AA81

Text Example


Text Example

White with #29AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,170,129); }

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

background-color css

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

 a { background-color: rgb(41,170,129); }

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

border-color css

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

 span { border-color: rgb(41,170,129); }

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