#13771D

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

Shades of Forest Green #13771D

Tints of Forest Green #13771D

Color information

#13771D (or 0x13771D) is unknown color: approx Forest Green. HEX triplet: 13, 77 and 1D. RGB value is (19,119,29). Sum of RGB (Red+Green+Blue) = 19+119+29=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 119 (46.88% from 255 or 71.26% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 119 - color contains mainly: green. Hex color #13771D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13771D is #EC88E2. Grayscale: #4F4F4F. Windows color (decimal): -15501539 or 1931027. OLE color: 1931027.

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

Color convert

RGB1911929-
CMYK0.8400.760.53
HSL126º72.46%27.06%-
HSV(B)126º84.03%46.67%-
XYZ7.0913.423.38-
YUV78.8499.8785.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 119 (46.88% from 255) = 71.26%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=11.38%
G=71.26%
B=17.37%

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
Decimal19119290.8400.760.5312672.4627.06
Hex13771D5404C357e481b
Octal231673512401146517611033
Binary100111110111111011010100010011001101011111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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