#29832A

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

Shades of Forest Green #29832A

Tints of Forest Green #29832A

Color information

#29832A (or 0x29832A) is unknown color: approx Forest Green. HEX triplet: 29, 83 and 2A. RGB value is (41,131,42). Sum of RGB (Red+Green+Blue) = 41+131+42=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #29832A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29832A is #D67CD5. Grayscale: #5E5E5E. Windows color (decimal): -14056662 or 2786089. OLE color: 2786089.

HSL color Cylindrical-coordinate representation of color #29832A: hue angle of 120.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29832A is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB4113142-
CMYK0.6900.680.49
HSL120.67º52.33%33.73%-
HSV(B)120.67º68.7%51.37%-
XYZ9.4516.874.95-
YUV93.9498.6890.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 131 (51.56% from 255) = 61.21%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=19.16%
G=61.21%
B=19.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41131420.6900.680.49120.6752.3333.73
Hex29832A4504431793422
Octal51203521050104611716442
Binary101001100000111010101000101010001001100011111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29832A; }

 p { color: rgb(41,131,42); }

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

<style>
 a { background-color: #29832A; }

 a { background-color: rgb(41,131,42); }

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

<style>
 span { border-color: #29832A; }

 span { border-color: rgb(41,131,42); }

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