#319C3B

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

Shades of Forest Green #319C3B

Tints of Forest Green #319C3B

Color information

#319C3B (or 0x319C3B) is unknown color: approx Forest Green. HEX triplet: 31, 9C and 3B. RGB value is (49,156,59). Sum of RGB (Red+Green+Blue) = 49+156+59=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 156 (61.33% from 255 or 59.09% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 156 - color contains mainly: green. Hex color #319C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C3B is #CE63C4. Grayscale: #717171. Windows color (decimal): -13525957 or 3906609. OLE color: 3906609.

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

Color convert

RGB4915659-
CMYK0.6900.620.39
HSL125.61º52.2%40.2%-
HSV(B)125.61º68.59%61.18%-
XYZ13.9424.758.18-
YUV112.9597.5582.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 156 (61.33% from 255) = 59.09%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=18.56%
G=59.09%
B=22.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49156590.6900.620.39125.6152.240.2
Hex319C3B4503E277e3428
Octal6123473105076471766450
Binary11000110011100111011100010101111101001111111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,156,59); }

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

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

 a { background-color: rgb(49,156,59); }

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

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

 span { border-color: rgb(49,156,59); }

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