Html Css Color HEX #29BC8C Jungle Green

📋 copy color: '#29BC8C'

red 41 ◦ green 188 ◦ blue 140

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

Shades of Jungle Green #29BC8C

Tints of Jungle Green #29BC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 11.11%
G = 50.95%
B = 37.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#29BC8C (or 0x29BC8C) is known color: Jungle Green. HEX triplet: 29, BC and 8C. RGB value is (41,188,140). Sum of RGB (Red+Green+Blue) = 41+188+140=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BC8C is #D64373. Grayscale: #8A8A8A. Windows color (decimal): -14041972 or 9223209. OLE color: 9223209.

HSL color Cylindrical-coordinate representation of color #29BC8C: hue angle of 160.41º 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 #29BC8C is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 188 140 -
CMYK 0.78 0 0.26 0.26
HSL 160.41º 0.64% 0.45% -
HSV(B) 160.41º 0.78% 0.74% -
XYZ 23.63 38.33 30.96 -
YUV 138.58 128.8 58.4 -
System Red Green Blue C M Y K H S L
Decimal 41 188 140 0.78 0 0.26 0.26 160.41 0.64 0.45
Hex 29 BC 8C 4E 0 1A 1A A0 40 2D
Octal 51 274 214 116 0 32 32 240 100 55
Binary 101001 10111100 10001100 1001110 0 11010 11010 10100000 1000000 101101

Color Harmonies of #29BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BC8C

Black with #29BC8C

Text Example


Text Example

White with #29BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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