Html Css Color HEX #29AF83 Jungle Green

📋 copy color: '#29AF83'

red 41 ◦ green 175 ◦ blue 131

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

Shades of Jungle Green #29AF83

Tints of Jungle Green #29AF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 11.82%
G = 50.43%
B = 37.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#29AF83 (or 0x29AF83) is known color: Jungle Green. HEX triplet: 29, AF and 83. RGB value is (41,175,131). Sum of RGB (Red+Green+Blue) = 41+175+131=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AF83 is #D6507C. Grayscale: #818181. Windows color (decimal): -14045309 or 8630057. OLE color: 8630057.

HSL color Cylindrical-coordinate representation of color #29AF83: hue angle of 160.3º 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 #29AF83 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 175 131 -
CMYK 0.77 0 0.25 0.31
HSL 160.3º 0.62% 0.42% -
HSV(B) 160.3º 0.77% 0.69% -
XYZ 20.34 32.77 26.73 -
YUV 129.92 128.61 64.58 -
System Red Green Blue C M Y K H S L
Decimal 41 175 131 0.77 0 0.25 0.31 160.3 0.62 0.42
Hex 29 AF 83 4D 0 19 1F A0 3E 2A
Octal 51 257 203 115 0 31 37 240 76 52
Binary 101001 10101111 10000011 1001101 0 11001 11111 10100000 111110 101010

Color Harmonies of #29AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AF83

Black with #29AF83

Text Example


Text Example

White with #29AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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