Html Css Color HEX #29BA90 Jungle Green

📋 copy color: '#29BA90'

red 41 ◦ green 186 ◦ blue 144

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

Shades of Jungle Green #29BA90

Tints of Jungle Green #29BA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 11.05%
G = 50.13%
B = 38.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#29BA90 (or 0x29BA90) is known color: Jungle Green. HEX triplet: 29, BA and 90. RGB value is (41,186,144). Sum of RGB (Red+Green+Blue) = 41+186+144=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BA90 is #D6456F. Grayscale: #898989. Windows color (decimal): -14042480 or 9484841. OLE color: 9484841.

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

Color convert

RGB 41 186 144 -
CMYK 0.78 0 0.23 0.27
HSL 162.62º 0.64% 0.45% -
HSV(B) 162.62º 0.78% 0.73% -
XYZ 23.51 37.6 32.4 -
YUV 137.86 131.46 58.92 -
System Red Green Blue C M Y K H S L
Decimal 41 186 144 0.78 0 0.23 0.27 162.62 0.64 0.45
Hex 29 BA 90 4E 0 17 1B A3 40 2D
Octal 51 272 220 116 0 27 33 243 100 55
Binary 101001 10111010 10010000 1001110 0 10111 11011 10100011 1000000 101101

Color Harmonies of #29BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BA90

Black with #29BA90

Text Example


Text Example

White with #29BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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