#319322

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

Shades of Forest Green #319322

Tints of Forest Green #319322

Color information

#319322 (or 0x319322) is unknown color: approx Forest Green. HEX triplet: 31, 93 and 22. RGB value is (49,147,34). Sum of RGB (Red+Green+Blue) = 49+147+34=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #319322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319322 is #CE6CDD. Grayscale: #696969. Windows color (decimal): -13528286 or 2265905. OLE color: 2265905.

HSL color Cylindrical-coordinate representation of color #319322: hue angle of 112.04º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319322 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB4914734-
CMYK0.6700.770.42
HSL112.04º62.43%35.49%-
HSV(B)112.04º76.87%57.65%-
XYZ11.9921.645.06-
YUV104.8288.0388.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 147 (57.81% from 255) = 63.91%
BLUE value IS 34 (13.67% from 255) = 14.78%
R=21.30%
G=63.91%
B=14.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147340.6700.770.42112.0462.4335.49
Hex3193224304D2A703e23
Octal61223421030115521607643
Binary110001100100111000101000011010011011010101110000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319322; }

 p { color: rgb(49,147,34); }

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

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

 a { background-color: rgb(49,147,34); }

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

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

 span { border-color: rgb(49,147,34); }

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