#29A032

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

Shades of Forest Green #29A032

Tints of Forest Green #29A032

Color information

#29A032 (or 0x29A032) is unknown color: approx Forest Green. HEX triplet: 29, A0 and 32. RGB value is (41,160,50). Sum of RGB (Red+Green+Blue) = 41+160+50=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #29A032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29A032 is #D65FCD. Grayscale: #707070. Windows color (decimal): -14049230 or 3317801. OLE color: 3317801.

HSL color Cylindrical-coordinate representation of color #29A032: hue angle of 124.54º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29A032 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB4116050-
CMYK0.7400.690.37
HSL124.54º59.2%39.41%-
HSV(B)124.54º74.37%62.75%-
XYZ14.0625.847.26-
YUV111.8893.0877.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 160 (62.89% from 255) = 63.75%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=16.33%
G=63.75%
B=19.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41160500.7400.690.37124.5459.239.41
Hex29A0324A045257d3b27
Octal51240621120105451757347
Binary101001101000001100101001010010001011001011111101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,160,50); }

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

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

 a { background-color: rgb(41,160,50); }

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

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

 span { border-color: rgb(41,160,50); }

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