#299132

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

Shades of Forest Green #299132

Tints of Forest Green #299132

Color information

#299132 (or 0x299132) is unknown color: approx Forest Green. HEX triplet: 29, 91 and 32. RGB value is (41,145,50). Sum of RGB (Red+Green+Blue) = 41+145+50=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #299132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299132 is #D66ECD. Grayscale: #676767. Windows color (decimal): -14053070 or 3313961. OLE color: 3313961.

HSL color Cylindrical-coordinate representation of color #299132: hue angle of 125.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299132 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB4114550-
CMYK0.7200.660.43
HSL125.19º55.91%36.47%-
HSV(B)125.19º71.72%56.86%-
XYZ11.6220.956.45-
YUV103.0798.0483.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 145 (57.03% from 255) = 61.44%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=17.37%
G=61.44%
B=21.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41145500.7200.660.43125.1955.9136.47
Hex299132480422B7d3824
Octal51221621100102531757044
Binary101001100100011100101001000010000101010111111101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299132; }

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

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

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

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

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

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

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

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