#319232

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

Shades of Forest Green #319232

Tints of Forest Green #319232

Color information

#319232 (or 0x319232) is unknown color: approx Forest Green. HEX triplet: 31, 92 and 32. RGB value is (49,146,50). Sum of RGB (Red+Green+Blue) = 49+146+50=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #319232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319232 is #CE6DCD. Grayscale: #6A6A6A. Windows color (decimal): -13528526 or 3314225. OLE color: 3314225.

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

Color convert

RGB4914650-
CMYK0.6600.660.43
HSL120.62º49.74%38.24%-
HSV(B)120.62º66.44%57.25%-
XYZ12.1221.446.52-
YUV106.0596.3687.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 146 (57.42% from 255) = 59.59%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=20%
G=59.59%
B=20.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49146500.6600.660.43120.6249.7438.24
Hex319232420422B793226
Octal61222621020102531716246
Binary110001100100101100101000010010000101010111111001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319232; }

 p { color: rgb(49,146,50); }

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

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

 a { background-color: rgb(49,146,50); }

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

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

 span { border-color: rgb(49,146,50); }

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