Html Css Color HEX #29B98E Jungle Green

📋 copy color: '#29B98E'

red 41 ◦ green 185 ◦ blue 142

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

Shades of Jungle Green #29B98E

Tints of Jungle Green #29B98E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.27%

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 11.14%
G = 50.27%
B = 38.59%

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

#29B98E (or 0x29B98E) is known color: Jungle Green. HEX triplet: 29, B9 and 8E. RGB value is (41,185,142). Sum of RGB (Red+Green+Blue) = 41+185+142=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #29B98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B98E is #D64671. Grayscale: #898989. Windows color (decimal): -14042738 or 9353513. OLE color: 9353513.

HSL color Cylindrical-coordinate representation of color #29B98E: hue angle of 162.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29B98E is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 185 142 -
CMYK 0.78 0 0.23 0.27
HSL 162.08º 0.64% 0.44% -
HSV(B) 162.08º 0.78% 0.73% -
XYZ 23.15 37.12 31.54 -
YUV 137.04 130.79 59.5 -
System Red Green Blue C M Y K H S L
Decimal 41 185 142 0.78 0 0.23 0.27 162.08 0.64 0.44
Hex 29 B9 8E 4E 0 17 1B A2 40 2C
Octal 51 271 216 116 0 27 33 242 100 54
Binary 101001 10111001 10001110 1001110 0 10111 11011 10100010 1000000 101100

Color Harmonies of #29B98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B98E

Black with #29B98E

Text Example


Text Example

White with #29B98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,185,142); }

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

background-color css

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

 a { background-color: rgb(41,185,142); }

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

border-color css

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

 span { border-color: rgb(41,185,142); }

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