#319A3C

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

Shades of Forest Green #319A3C

Tints of Forest Green #319A3C

Color information

#319A3C (or 0x319A3C) is unknown color: approx Forest Green. HEX triplet: 31, 9A and 3C. RGB value is (49,154,60). Sum of RGB (Red+Green+Blue) = 49+154+60=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #319A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A3C is #CE65C3. Grayscale: #707070. Windows color (decimal): -13526468 or 3971633. OLE color: 3971633.

HSL color Cylindrical-coordinate representation of color #319A3C: hue angle of 126.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A3C is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB4915460-
CMYK0.6800.610.40
HSL126.29º51.72%39.8%-
HSV(B)126.29º68.18%60.39%-
XYZ13.6424.098.21-
YUV111.8998.7183.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 154 (60.55% from 255) = 58.56%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=18.63%
G=58.56%
B=22.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49154600.6800.610.40126.2951.7239.8
Hex319A3C4403D287e3428
Octal6123274104075501766450
Binary11000110011010111100100010001111011010001111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319A3C; }

 p { color: rgb(49,154,60); }

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

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

 a { background-color: rgb(49,154,60); }

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

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

 span { border-color: rgb(49,154,60); }

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