#29B18D

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

Shades of Jungle Green #29B18D

Tints of Jungle Green #29B18D

Color information

#29B18D (or 0x29B18D) is unknown color: approx Jungle Green. HEX triplet: 29, B1 and 8D. RGB value is (41,177,141). Sum of RGB (Red+Green+Blue) = 41+177+141=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #29B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B18D is #D64E72. Grayscale: #848484. Windows color (decimal): -14044787 or 9285929. OLE color: 9285929.

HSL color Cylindrical-coordinate representation of color #29B18D: hue angle of 164.12º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B18D is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB41177141-
CMYK0.7700.200.31
HSL164.12º62.39%42.75%-
HSV(B)164.12º76.84%69.41%-
XYZ21.4433.8430.6-
YUV132.23132.9462.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.42%
GREEN value IS 177 (69.53% from 255) = 49.30%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=11.42%
G=49.30%
B=39.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411771410.7700.200.31164.1262.3942.75
Hex29B18D4D0141Fa43e2b
Octal51261215115024372447653
Binary101001101100011000110110011010101001111110100100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,177,141); }

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

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

 a { background-color: rgb(41,177,141); }

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

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

 span { border-color: rgb(41,177,141); }

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