#29B88C

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

Shades of Jungle Green #29B88C

Tints of Jungle Green #29B88C

Color information

#29B88C (or 0x29B88C) is unknown color: approx Jungle Green. HEX triplet: 29, B8 and 8C. RGB value is (41,184,140). Sum of RGB (Red+Green+Blue) = 41+184+140=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #29B88C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B88C is #D64773. Grayscale: #888888. Windows color (decimal): -14042996 or 9222185. OLE color: 9222185.

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

Color convert

RGB41184140-
CMYK0.7800.240.28
HSL161.54º63.56%44.12%-
HSV(B)161.54º77.72%72.16%-
XYZ22.7936.6530.68-
YUV136.23130.1260.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.23%
GREEN value IS 184 (72.27% from 255) = 50.41%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=11.23%
G=50.41%
B=38.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal411841400.7800.240.28161.5463.5644.12
Hex29B88C4E0181Ca2402c
Octal512702141160303424210054
Binary1010011011100010001100100111001100011100101000101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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