#29A485

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

Shades of Jungle Green #29A485

Tints of Jungle Green #29A485

Color information

#29A485 (or 0x29A485) is unknown color: approx Jungle Green. HEX triplet: 29, A4 and 85. RGB value is (41,164,133). Sum of RGB (Red+Green+Blue) = 41+164+133=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #29A485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A485 is #D65B7A. Grayscale: #7B7B7B. Windows color (decimal): -14048123 or 8758313. OLE color: 8758313.

HSL color Cylindrical-coordinate representation of color #29A485: hue angle of 164.88º 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 #29A485 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB41164133-
CMYK0.7500.190.36
HSL164.88º60%40.2%-
HSV(B)164.88º75%64.31%-
XYZ18.4228.7226.76-
YUV123.69133.2569.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=12.13%
G=48.52%
B=39.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411641330.7500.190.36164.886040.2
Hex29A4854B01324a53c28
Octal51244205113023442457450
Binary1010011010010010000101100101101001110010010100101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,164,133); }

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

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

 a { background-color: rgb(41,164,133); }

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

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

 span { border-color: rgb(41,164,133); }

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