Html Css Color HEX #29AF7C Jungle Green

📋 copy color: '#29AF7C'

red 41 ◦ green 175 ◦ blue 124

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

Shades of Jungle Green #29AF7C

Tints of Jungle Green #29AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.47%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 12.06%
G = 51.47%
B = 36.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#29AF7C (or 0x29AF7C) is known color: Jungle Green. HEX triplet: 29, AF and 7C. RGB value is (41,175,124). Sum of RGB (Red+Green+Blue) = 41+175+124=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AF7C is #D65083. Grayscale: #818181. Windows color (decimal): -14045316 or 8171305. OLE color: 8171305.

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

Color convert

RGB 41 175 124 -
CMYK 0.77 0 0.29 0.31
HSL 157.16º 0.62% 0.42% -
HSV(B) 157.16º 0.77% 0.69% -
XYZ 19.88 32.59 24.31 -
YUV 129.12 125.11 65.15 -
System Red Green Blue C M Y K H S L
Decimal 41 175 124 0.77 0 0.29 0.31 157.16 0.62 0.42
Hex 29 AF 7C 4D 0 1D 1F 9D 3E 2A
Octal 51 257 174 115 0 35 37 235 76 52
Binary 101001 10101111 1111100 1001101 0 11101 11111 10011101 111110 101010

Color Harmonies of #29AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AF7C

Black with #29AF7C

Text Example


Text Example

White with #29AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,175,124); }

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

background-color css

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

 a { background-color: rgb(41,175,124); }

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

border-color css

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

 span { border-color: rgb(41,175,124); }

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