#29AB7F

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

Shades of Jungle Green #29AB7F

Tints of Jungle Green #29AB7F

Color information

#29AB7F (or 0x29AB7F) is unknown color: approx Jungle Green. HEX triplet: 29, AB and 7F. RGB value is (41,171,127). Sum of RGB (Red+Green+Blue) = 41+171+127=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AB7F is #D65480. Grayscale: #7F7F7F. Windows color (decimal): -14046337 or 8366889. OLE color: 8366889.

HSL color Cylindrical-coordinate representation of color #29AB7F: hue angle of 159.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AB7F is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB41171127-
CMYK0.7600.260.33
HSL159.69º61.32%41.57%-
HSV(B)159.69º76.02%67.06%-
XYZ19.3131.1325.07-
YUV127.11127.9366.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.09%
GREEN value IS 171 (67.19% from 255) = 50.44%
BLUE value IS 127 (50% from 255) = 37.46%
R=12.09%
G=50.44%
B=37.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411711270.7600.260.33159.6961.3241.57
Hex29AB7F4C01A21a03d2a
Octal51253177114032412407552
Binary101001101010111111111100110001101010000110100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,171,127); }

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

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

 a { background-color: rgb(41,171,127); }

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

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

 span { border-color: rgb(41,171,127); }

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