#319b13

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

Shades of Forest Green #319B13

Tints of Forest Green #319B13

Color information

#319B13 (or 0x319B13) is unknown color: approx Forest Green. HEX triplet: 31, 9B and 13. RGB value is (49,155,19). Sum of RGB (Red+Green+Blue) = 49+155+19=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 155 (60.94% from 255 or 69.51% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 155 - color contains mainly: green. Hex color #319B13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319B13 is #CE64EC. Grayscale: #6C6C6C. Windows color (decimal): -13526253 or 1284913. OLE color: 1284913.

HSL color Cylindrical-coordinate representation of color #319B13: hue angle of 106.76º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #319B13 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB4915519-
CMYK0.6800.880.39
HSL106.76º78.16%34.12%-
HSV(B)106.76º87.74%60.78%-
XYZ13.1124.144.59-
YUV107.877.8886.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 155 (60.94% from 255) = 69.51%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=21.97%
G=69.51%
B=8.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49155190.6800.880.39106.7678.1634.12
Hex319B1344058276b4e22
Octal612332310401304715311642
Binary110001100110111001110001000101100010011111010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319b13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,155,19); }

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

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

 a { background-color: rgb(49,155,19); }

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

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

 span { border-color: rgb(49,155,19); }

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