#29942F

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

Shades of Forest Green #29942F

Tints of Forest Green #29942F

Color information

#29942F (or 0x29942F) is unknown color: approx Forest Green. HEX triplet: 29, 94 and 2F. RGB value is (41,148,47). Sum of RGB (Red+Green+Blue) = 41+148+47=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #29942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29942F is #D66BD0. Grayscale: #686868. Windows color (decimal): -14052305 or 3118121. OLE color: 3118121.

HSL color Cylindrical-coordinate representation of color #29942F: hue angle of 123.36º 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 #29942F is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB4114847-
CMYK0.7200.680.42
HSL123.36º56.61%37.06%-
HSV(B)123.36º72.3%58.04%-
XYZ12.0221.866.27-
YUV104.4995.5582.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 148 (58.20% from 255) = 62.71%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=17.37%
G=62.71%
B=19.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41148470.7200.680.42123.3656.6137.06
Hex29942F480442A7b3925
Octal51224571100104521737145
Binary101001100101001011111001000010001001010101111011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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