Html Css Color HEX #29BA8D Jungle Green

📋 copy color: '#29BA8D'

red 41 ◦ green 186 ◦ blue 141

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

Shades of Jungle Green #29BA8D

Tints of Jungle Green #29BA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.54%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 11.14%
G = 50.54%
B = 38.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#29BA8D (or 0x29BA8D) is known color: Jungle Green. HEX triplet: 29, BA and 8D. RGB value is (41,186,141). Sum of RGB (Red+Green+Blue) = 41+186+141=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BA8D is #D64572. Grayscale: #898989. Windows color (decimal): -14042483 or 9288233. OLE color: 9288233.

HSL color Cylindrical-coordinate representation of color #29BA8D: hue angle of 161.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BA8D is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 186 141 -
CMYK 0.78 0 0.24 0.27
HSL 161.38º 0.64% 0.45% -
HSV(B) 161.38º 0.78% 0.73% -
XYZ 23.28 37.51 31.21 -
YUV 137.52 129.96 59.16 -
System Red Green Blue C M Y K H S L
Decimal 41 186 141 0.78 0 0.24 0.27 161.38 0.64 0.45
Hex 29 BA 8D 4E 0 18 1B A1 40 2D
Octal 51 272 215 116 0 30 33 241 100 55
Binary 101001 10111010 10001101 1001110 0 11000 11011 10100001 1000000 101101

Color Harmonies of #29BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BA8D

Black with #29BA8D

Text Example


Text Example

White with #29BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,186,141); }

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

background-color css

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

 a { background-color: rgb(41,186,141); }

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

border-color css

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

 span { border-color: rgb(41,186,141); }

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