#29B67A

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

Shades of Jungle Green #29B67A

Tints of Jungle Green #29B67A

Color information

#29B67A (or 0x29B67A) is unknown color: approx Jungle Green. HEX triplet: 29, B6 and 7A. RGB value is (41,182,122). Sum of RGB (Red+Green+Blue) = 41+182+122=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #29B67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29B67A is #D64985. Grayscale: #858585. Windows color (decimal): -14043526 or 8042025. OLE color: 8042025.

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

Color convert

RGB41182122-
CMYK0.7700.330.29
HSL154.47º63.23%43.73%-
HSV(B)154.47º77.47%71.37%-
XYZ21.1635.3324.12-
YUV133121.7962.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.88%
GREEN value IS 182 (71.48% from 255) = 52.75%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=11.88%
G=52.75%
B=35.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411821220.7700.330.29154.4763.2343.73
Hex29B67A4D0211D9a3f2c
Octal51266172115041352327754
Binary101001101101101111010100110101000011110110011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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