#13771C

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

Shades of Forest Green #13771C

Tints of Forest Green #13771C

Color information

#13771C (or 0x13771C) is unknown color: approx Forest Green. HEX triplet: 13, 77 and 1C. RGB value is (19,119,28). Sum of RGB (Red+Green+Blue) = 19+119+28=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 119 (46.88% from 255 or 71.69% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 119 - color contains mainly: green. Hex color #13771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13771C is #EC88E3. Grayscale: #4E4E4E. Windows color (decimal): -15501540 or 1865491. OLE color: 1865491.

HSL color Cylindrical-coordinate representation of color #13771C: hue angle of 125.4º degrees, saturation: 0.72, 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 #13771C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1911928-
CMYK0.8400.760.53
HSL125.4º72.46%27.06%-
HSV(B)125.4º84.03%46.67%-
XYZ7.0713.423.32-
YUV78.7399.3785.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 119 (46.88% from 255) = 71.69%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=11.45%
G=71.69%
B=16.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119280.8400.760.53125.472.4627.06
Hex13771C5404C357d481b
Octal231673412401146517511033
Binary100111110111111001010100010011001101011111101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13771C; }

 p { color: rgb(19,119,28); }

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

<style>
 a { background-color: #13771C; }

 a { background-color: rgb(19,119,28); }

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

<style>
 span { border-color: #13771C; }

 span { border-color: rgb(19,119,28); }

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