#13781F

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

Shades of Forest Green #13781F

Tints of Forest Green #13781F

Color information

#13781F (or 0x13781F) is unknown color: approx Forest Green. HEX triplet: 13, 78 and 1F. RGB value is (19,120,31). Sum of RGB (Red+Green+Blue) = 19+120+31=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 120 (47.27% from 255 or 70.59% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 120 - color contains mainly: green. Hex color #13781F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13781F is #EC87E0. Grayscale: #4F4F4F. Windows color (decimal): -15501281 or 2062355. OLE color: 2062355.

HSL color Cylindrical-coordinate representation of color #13781F: hue angle of 127.13º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13781F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1912031-
CMYK0.8400.740.53
HSL127.13º72.66%27.25%-
HSV(B)127.13º84.17%47.06%-
XYZ7.2313.673.55-
YUV79.66100.5484.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 120 (47.27% from 255) = 70.59%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=11.18%
G=70.59%
B=18.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120310.8400.740.53127.1372.6627.25
Hex13781F5404A357f491b
Octal231703712401126517711133
Binary100111111000111111010100010010101101011111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13781F; }

 p { color: rgb(19,120,31); }

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

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

 a { background-color: rgb(19,120,31); }

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

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

 span { border-color: rgb(19,120,31); }

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