#13781E

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

Shades of Forest Green #13781E

Tints of Forest Green #13781E

Color information

#13781E (or 0x13781E) is unknown color: approx Forest Green. HEX triplet: 13, 78 and 1E. RGB value is (19,120,30). Sum of RGB (Red+Green+Blue) = 19+120+30=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 120 (47.27% from 255 or 71.01% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 120 - color contains mainly: green. Hex color #13781E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13781E is #EC87E1. Grayscale: #4F4F4F. Windows color (decimal): -15501282 or 1996819. OLE color: 1996819.

HSL color Cylindrical-coordinate representation of color #13781E: hue angle of 126.53º 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 #13781E is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1912030-
CMYK0.8400.750.53
HSL126.53º72.66%27.25%-
HSV(B)126.53º84.17%47.06%-
XYZ7.2213.673.49-
YUV79.54100.0484.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 120 (47.27% from 255) = 71.01%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=11.24%
G=71.01%
B=17.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120300.8400.750.53126.5372.6627.25
Hex13781E5404B357f491b
Octal231703612401136517711133
Binary100111111000111101010100010010111101011111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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