#29942A

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

Shades of Forest Green #29942A

Tints of Forest Green #29942A

Color information

#29942A (or 0x29942A) is unknown color: approx Forest Green. HEX triplet: 29, 94 and 2A. RGB value is (41,148,42). Sum of RGB (Red+Green+Blue) = 41+148+42=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #29942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29942A is #D66BD5. Grayscale: #686868. Windows color (decimal): -14052310 or 2790441. OLE color: 2790441.

HSL color Cylindrical-coordinate representation of color #29942A: hue angle of 120.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29942A is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB4114842-
CMYK0.7200.720.42
HSL120.56º56.61%37.06%-
HSV(B)120.56º72.3%58.04%-
XYZ11.9221.825.77-
YUV103.9293.0583.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 148 (58.20% from 255) = 64.07%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=17.75%
G=64.07%
B=18.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41148420.7200.720.42120.5656.6137.06
Hex29942A480482A793925
Octal51224521100110521717145
Binary101001100101001010101001000010010001010101111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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