Html Css Color HEX #29BD8B Jungle Green

📋 copy color: '#29BD8B'

red 41 ◦ green 189 ◦ blue 139

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

Shades of Jungle Green #29BD8B

Tints of Jungle Green #29BD8B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.22%

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 11.11%
G = 51.22%
B = 37.67%

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

#29BD8B (or 0x29BD8B) is known color: Jungle Green. HEX triplet: 29, BD and 8B. RGB value is (41,189,139). Sum of RGB (Red+Green+Blue) = 41+189+139=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BD8B is #D64274. Grayscale: #8B8B8B. Windows color (decimal): -14041717 or 9157929. OLE color: 9157929.

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

Color convert

RGB 41 189 139 -
CMYK 0.78 0 0.26 0.26
HSL 159.73º 0.64% 0.45% -
HSV(B) 159.73º 0.78% 0.74% -
XYZ 23.77 38.73 30.65 -
YUV 139.05 127.97 58.07 -
System Red Green Blue C M Y K H S L
Decimal 41 189 139 0.78 0 0.26 0.26 159.73 0.64 0.45
Hex 29 BD 8B 4E 0 1A 1A A0 40 2D
Octal 51 275 213 116 0 32 32 240 100 55
Binary 101001 10111101 10001011 1001110 0 11010 11010 10100000 1000000 101101

Color Harmonies of #29BD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BD8B

Black with #29BD8B

Text Example


Text Example

White with #29BD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,189,139); }

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

background-color css

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

 a { background-color: rgb(41,189,139); }

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

border-color css

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

 span { border-color: rgb(41,189,139); }

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