#319E13

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

Shades of Forest Green #319E13

Tints of Forest Green #319E13

Color information

#319E13 (or 0x319E13) is unknown color: approx Forest Green. HEX triplet: 31, 9E and 13. RGB value is (49,158,19). Sum of RGB (Red+Green+Blue) = 49+158+19=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 158 (62.11% from 255 or 69.91% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 158 - color contains mainly: green. Hex color #319E13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319E13 is #CE61EC. Grayscale: #6E6E6E. Windows color (decimal): -13525485 or 1285681. OLE color: 1285681.

HSL color Cylindrical-coordinate representation of color #319E13: hue angle of 107.05º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #319E13 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB4915819-
CMYK0.6900.880.38
HSL107.05º78.53%34.71%-
HSV(B)107.05º87.97%61.96%-
XYZ13.6125.154.75-
YUV109.5676.8984.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 158 (62.11% from 255) = 69.91%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=21.68%
G=69.91%
B=8.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49158190.6900.880.38107.0578.5334.71
Hex319E1345058266b4f23
Octal612362310501304615311743
Binary110001100111101001110001010101100010011011010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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