#29B27E

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

Shades of Jungle Green #29B27E

Tints of Jungle Green #29B27E

Color information

#29B27E (or 0x29B27E) is unknown color: approx Jungle Green. HEX triplet: 29, B2 and 7E. RGB value is (41,178,126). Sum of RGB (Red+Green+Blue) = 41+178+126=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #29B27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29B27E is #D64D81. Grayscale: #838383. Windows color (decimal): -14044546 or 8303145. OLE color: 8303145.

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

Color convert

RGB41178126-
CMYK0.7700.290.30
HSL157.23º62.56%42.94%-
HSV(B)157.23º76.97%69.8%-
XYZ20.633.8225.18-
YUV131.11125.1163.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.88%
GREEN value IS 178 (69.92% from 255) = 51.59%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=11.88%
G=51.59%
B=36.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411781260.7700.290.30157.2362.5642.94
Hex29B27E4D01D1E9d3f2b
Octal51262176115035362357753
Binary10100110110010111111010011010111011111010011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,178,126); }

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

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

 a { background-color: rgb(41,178,126); }

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

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

 span { border-color: rgb(41,178,126); }

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