#29af7b

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

Shades of Jungle Green #29AF7B

Tints of Jungle Green #29AF7B

Color information

#29AF7B (or 0x29AF7B) is unknown color: approx Jungle Green. HEX triplet: 29, AF and 7B. RGB value is (41,175,123). Sum of RGB (Red+Green+Blue) = 41+175+123=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AF7B is #D65084. Grayscale: #818181. Windows color (decimal): -14045317 or 8105769. OLE color: 8105769.

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

Color convert

RGB41175123-
CMYK0.7700.300.31
HSL156.72º62.04%42.35%-
HSV(B)156.72º76.57%68.63%-
XYZ19.8232.5623.98-
YUV129.01124.6165.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.09%
GREEN value IS 175 (68.75% from 255) = 51.62%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=12.09%
G=51.62%
B=36.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411751230.7700.300.31156.7262.0442.35
Hex29AF7B4D01E1F9d3e2a
Octal51257173115036372357652
Binary10100110101111111101110011010111101111110011101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29af7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,175,123); }

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

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

 a { background-color: rgb(41,175,123); }

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

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

 span { border-color: rgb(41,175,123); }

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