#29842A

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

Shades of Forest Green #29842A

Tints of Forest Green #29842A

Color information

#29842A (or 0x29842A) is unknown color: approx Forest Green. HEX triplet: 29, 84 and 2A. RGB value is (41,132,42). Sum of RGB (Red+Green+Blue) = 41+132+42=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #29842A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29842A is #D67BD5. Grayscale: #5E5E5E. Windows color (decimal): -14056406 or 2786345. OLE color: 2786345.

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

Color convert

RGB4113242-
CMYK0.6900.680.48
HSL120.66º52.6%33.92%-
HSV(B)120.66º68.94%51.76%-
XYZ9.5817.144.99-
YUV94.5398.3589.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 132 (51.95% from 255) = 61.40%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=19.07%
G=61.40%
B=19.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132420.6900.680.48120.6652.633.92
Hex29842A4504430793522
Octal51204521050104601716542
Binary101001100001001010101000101010001001100001111001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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