#29B689

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

Shades of Jungle Green #29B689

Tints of Jungle Green #29B689

Color information

#29B689 (or 0x29B689) is unknown color: approx Jungle Green. HEX triplet: 29, B6 and 89. RGB value is (41,182,137). Sum of RGB (Red+Green+Blue) = 41+182+137=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #29B689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B689 is #D64976. Grayscale: #868686. Windows color (decimal): -14043511 or 9025065. OLE color: 9025065.

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

Color convert

RGB41182137-
CMYK0.7700.250.29
HSL160.85º63.23%43.73%-
HSV(B)160.85º77.47%71.37%-
XYZ22.1635.7329.4-
YUV134.71129.2961.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.39%
GREEN value IS 182 (71.48% from 255) = 50.56%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=11.39%
G=50.56%
B=38.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411821370.7700.250.29160.8563.2343.73
Hex29B6894D0191Da13f2c
Octal51266211115031352417754
Binary101001101101101000100110011010110011110110100001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,182,137); }

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

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

 a { background-color: rgb(41,182,137); }

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

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

 span { border-color: rgb(41,182,137); }

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