#29A27D

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

Shades of Jungle Green #29A27D

Tints of Jungle Green #29A27D

Color information

#29A27D (or 0x29A27D) is unknown color: approx Jungle Green. HEX triplet: 29, A2 and 7D. RGB value is (41,162,125). Sum of RGB (Red+Green+Blue) = 41+162+125=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #29A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A27D is #D65D82. Grayscale: #797979. Windows color (decimal): -14048643 or 8233513. OLE color: 8233513.

HSL color Cylindrical-coordinate representation of color #29A27D: hue angle of 161.65º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A27D is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB41162125-
CMYK0.7500.230.36
HSL161.65º59.61%39.8%-
HSV(B)161.65º74.69%63.53%-
XYZ17.5427.7923.84-
YUV121.6129.9170.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.5%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=12.5%
G=49.39%
B=38.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411621250.7500.230.36161.6559.6139.8
Hex29A27D4B01724a23c28
Octal51242175113027442427450
Binary101001101000101111101100101101011110010010100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,162,125); }

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

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

 a { background-color: rgb(41,162,125); }

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

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

 span { border-color: rgb(41,162,125); }

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