#29B18A

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

Shades of Jungle Green #29B18A

Tints of Jungle Green #29B18A

Color information

#29B18A (or 0x29B18A) is unknown color: approx Jungle Green. HEX triplet: 29, B1 and 8A. RGB value is (41,177,138). Sum of RGB (Red+Green+Blue) = 41+177+138=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #29B18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B18A is #D64E75. Grayscale: #838383. Windows color (decimal): -14044790 or 9089321. OLE color: 9089321.

HSL color Cylindrical-coordinate representation of color #29B18A: hue angle of 162.79º 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 #29B18A is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB41177138-
CMYK0.7700.220.31
HSL162.79º62.39%42.75%-
HSV(B)162.79º76.84%69.41%-
XYZ21.2233.7529.44-
YUV131.89131.4463.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.52%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=11.52%
G=49.72%
B=38.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411771380.7700.220.31162.7962.3942.75
Hex29B18A4D0161Fa33e2b
Octal51261212115026372437653
Binary101001101100011000101010011010101101111110100011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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