Html Css Color HEX #29BC8D Jungle Green

📋 copy color: '#29BC8D'

red 41 ◦ green 188 ◦ blue 141

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

Shades of Jungle Green #29BC8D

Tints of Jungle Green #29BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.81%

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

R = 11.08%
G = 50.81%
B = 38.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#29BC8D (or 0x29BC8D) is known color: Jungle Green. HEX triplet: 29, BC and 8D. RGB value is (41,188,141). Sum of RGB (Red+Green+Blue) = 41+188+141=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BC8D is #D64372. Grayscale: #8A8A8A. Windows color (decimal): -14041971 or 9288745. OLE color: 9288745.

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

Color convert

RGB 41 188 141 -
CMYK 0.78 0 0.25 0.26
HSL 160.82º 0.64% 0.45% -
HSV(B) 160.82º 0.78% 0.74% -
XYZ 23.71 38.36 31.35 -
YUV 138.69 129.3 58.32 -
System Red Green Blue C M Y K H S L
Decimal 41 188 141 0.78 0 0.25 0.26 160.82 0.64 0.45
Hex 29 BC 8D 4E 0 19 1A A1 40 2D
Octal 51 274 215 116 0 31 32 241 100 55
Binary 101001 10111100 10001101 1001110 0 11001 11010 10100001 1000000 101101

Color Harmonies of #29BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BC8D

Black with #29BC8D

Text Example


Text Example

White with #29BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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