Html Css Color HEX #29AE7F Jungle Green

📋 copy color: '#29AE7F'

red 41 ◦ green 174 ◦ blue 127

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

Shades of Jungle Green #29AE7F

Tints of Jungle Green #29AE7F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.88%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 11.99%
G = 50.88%
B = 37.13%

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

#29AE7F (or 0x29AE7F) is known color: Jungle Green. HEX triplet: 29, AE and 7F. RGB value is (41,174,127). Sum of RGB (Red+Green+Blue) = 41+174+127=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #29AE7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AE7F is #D65180. Grayscale: #808080. Windows color (decimal): -14045569 or 8367657. OLE color: 8367657.

HSL color Cylindrical-coordinate representation of color #29AE7F: hue angle of 158.8º 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 #29AE7F is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 174 127 -
CMYK 0.76 0 0.27 0.32
HSL 158.8º 0.62% 0.42% -
HSV(B) 158.8º 0.76% 0.68% -
XYZ 19.88 32.28 25.26 -
YUV 128.88 126.94 65.32 -
System Red Green Blue C M Y K H S L
Decimal 41 174 127 0.76 0 0.27 0.32 158.8 0.62 0.42
Hex 29 AE 7F 4C 0 1B 20 9F 3E 2A
Octal 51 256 177 114 0 33 40 237 76 52
Binary 101001 10101110 1111111 1001100 0 11011 100000 10011111 111110 101010

Color Harmonies of #29AE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AE7F

Black with #29AE7F

Text Example


Text Example

White with #29AE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,174,127); }

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

background-color css

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

 a { background-color: rgb(41,174,127); }

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

border-color css

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

 span { border-color: rgb(41,174,127); }

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