Html Css Color HEX #29B38C Jungle Green

📋 copy color: '#29B38C'

red 41 ◦ green 179 ◦ blue 140

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

Shades of Jungle Green #29B38C

Tints of Jungle Green #29B38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.72%

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

R = 11.39%
G = 49.72%
B = 38.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#29B38C (or 0x29B38C) is known color: Jungle Green. HEX triplet: 29, B3 and 8C. RGB value is (41,179,140). Sum of RGB (Red+Green+Blue) = 41+179+140=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #29B38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B38C is #D64C73. Grayscale: #858585. Windows color (decimal): -14044276 or 9220905. OLE color: 9220905.

HSL color Cylindrical-coordinate representation of color #29B38C: hue angle of 163.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B38C is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 179 140 -
CMYK 0.77 0 0.22 0.30
HSL 163.04º 0.63% 0.43% -
HSV(B) 163.04º 0.77% 0.7% -
XYZ 21.77 34.61 30.34 -
YUV 133.29 131.78 62.17 -
System Red Green Blue C M Y K H S L
Decimal 41 179 140 0.77 0 0.22 0.30 163.04 0.63 0.43
Hex 29 B3 8C 4D 0 16 1E A3 3F 2B
Octal 51 263 214 115 0 26 36 243 77 53
Binary 101001 10110011 10001100 1001101 0 10110 11110 10100011 111111 101011

Color Harmonies of #29B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B38C

Black with #29B38C

Text Example


Text Example

White with #29B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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