#319220

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

Shades of Forest Green #319220

Tints of Forest Green #319220

Color information

#319220 (or 0x319220) is unknown color: approx Forest Green. HEX triplet: 31, 92 and 20. RGB value is (49,146,32). Sum of RGB (Red+Green+Blue) = 49+146+32=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #319220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319220 is #CE6DDF. Grayscale: #686868. Windows color (decimal): -13528544 or 2134577. OLE color: 2134577.

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

Color convert

RGB4914632-
CMYK0.6600.780.43
HSL111.05º64.04%34.9%-
HSV(B)111.05º78.08%57.25%-
XYZ11.8121.324.86-
YUV10487.3688.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 146 (57.42% from 255) = 64.32%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=21.59%
G=64.32%
B=14.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49146320.6600.780.43111.0564.0434.9
Hex3192204204E2B6f4023
Octal612224010201165315710043
Binary1100011001001010000010000100100111010101111011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319220; }

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

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

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

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

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

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

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

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