Html Css Color HEX #29BB8D Jungle Green

📋 copy color: '#29BB8D'

red 41 ◦ green 187 ◦ blue 141

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

Shades of Jungle Green #29BB8D

Tints of Jungle Green #29BB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.68%

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

R = 11.11%
G = 50.68%
B = 38.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#29BB8D (or 0x29BB8D) is known color: Jungle Green. HEX triplet: 29, BB and 8D. RGB value is (41,187,141). Sum of RGB (Red+Green+Blue) = 41+187+141=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BB8D is #D64472. Grayscale: #8A8A8A. Windows color (decimal): -14042227 or 9288489. OLE color: 9288489.

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

Color convert

RGB 41 187 141 -
CMYK 0.78 0 0.25 0.27
HSL 161.1º 0.64% 0.45% -
HSV(B) 161.1º 0.78% 0.73% -
XYZ 23.49 37.94 31.28 -
YUV 138.1 129.63 58.74 -
System Red Green Blue C M Y K H S L
Decimal 41 187 141 0.78 0 0.25 0.27 161.1 0.64 0.45
Hex 29 BB 8D 4E 0 19 1B A1 40 2D
Octal 51 273 215 116 0 31 33 241 100 55
Binary 101001 10111011 10001101 1001110 0 11001 11011 10100001 1000000 101101

Color Harmonies of #29BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BB8D

Black with #29BB8D

Text Example


Text Example

White with #29BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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