Html Css Color HEX #29AF8A Jungle Green

📋 copy color: '#29AF8A'

red 41 ◦ green 175 ◦ blue 138

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

Shades of Jungle Green #29AF8A

Tints of Jungle Green #29AF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 11.58%
G = 49.44%
B = 38.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#29AF8A (or 0x29AF8A) is known color: Jungle Green. HEX triplet: 29, AF and 8A. RGB value is (41,175,138). Sum of RGB (Red+Green+Blue) = 41+175+138=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AF8A is #D65075. Grayscale: #828282. Windows color (decimal): -14045302 or 9088809. OLE color: 9088809.

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

Color convert

RGB 41 175 138 -
CMYK 0.77 0 0.21 0.31
HSL 163.43º 0.62% 0.42% -
HSV(B) 163.43º 0.77% 0.69% -
XYZ 20.83 32.97 29.31 -
YUV 130.72 132.11 64.01 -
System Red Green Blue C M Y K H S L
Decimal 41 175 138 0.77 0 0.21 0.31 163.43 0.62 0.42
Hex 29 AF 8A 4D 0 15 1F A3 3E 2A
Octal 51 257 212 115 0 25 37 243 76 52
Binary 101001 10101111 10001010 1001101 0 10101 11111 10100011 111110 101010

Color Harmonies of #29AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AF8A

Black with #29AF8A

Text Example


Text Example

White with #29AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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