#29B07F

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

Shades of Jungle Green #29B07F

Tints of Jungle Green #29B07F

Color information

#29B07F (or 0x29B07F) is unknown color: approx Jungle Green. HEX triplet: 29, B0 and 7F. RGB value is (41,176,127). Sum of RGB (Red+Green+Blue) = 41+176+127=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #29B07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29B07F is #D64F80. Grayscale: #828282. Windows color (decimal): -14045057 or 8368169. OLE color: 8368169.

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

Color convert

RGB41176127-
CMYK0.7700.280.31
HSL158.22º62.21%42.55%-
HSV(B)158.22º76.7%69.02%-
XYZ20.2733.0525.39-
YUV130.05126.2764.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.92%
GREEN value IS 176 (69.14% from 255) = 51.16%
BLUE value IS 127 (50% from 255) = 36.92%
R=11.92%
G=51.16%
B=36.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411761270.7700.280.31158.2262.2142.55
Hex29B07F4D01C1F9e3e2b
Octal51260177115034372367653
Binary10100110110000111111110011010111001111110011110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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