#29B48C

Color #29B48C Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #29B48C

Tints of Jungle Green #29B48C

Color information

#29B48C (or 0x29B48C) is unknown color: approx Jungle Green. HEX triplet: 29, B4 and 8C. RGB value is (41,180,140). Sum of RGB (Red+Green+Blue) = 41+180+140=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #29B48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B48C is #D64B73. Grayscale: #858585. Windows color (decimal): -14044020 or 9221161. OLE color: 9221161.

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

Color convert

RGB41180140-
CMYK0.7700.220.29
HSL162.73º62.9%43.33%-
HSV(B)162.73º77.22%70.59%-
XYZ21.9735.0130.41-
YUV133.88131.4561.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.36%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=11.36%
G=49.86%
B=38.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411801400.7700.220.29162.7362.943.33
Hex29B48C4D0161Da33f2b
Octal51264214115026352437753
Binary101001101101001000110010011010101101110110100011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29B48C;
 }
 .AnyTagClassName
 {
   color: #29B48C;
 }
</style>
background-color css

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

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

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

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

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

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