#13711B

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

Shades of Forest Green #13711B

Tints of Forest Green #13711B

Color information

#13711B (or 0x13711B) is unknown color: approx Forest Green. HEX triplet: 13, 71 and 1B. RGB value is (19,113,27). Sum of RGB (Red+Green+Blue) = 19+113+27=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #13711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13711B is #EC8EE4. Grayscale: #4B4B4B. Windows color (decimal): -15503077 or 1798419. OLE color: 1798419.

HSL color Cylindrical-coordinate representation of color #13711B: hue angle of 125.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13711B is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1911327-
CMYK0.8300.760.56
HSL125.11º71.21%25.88%-
HSV(B)125.11º83.19%44.31%-
XYZ6.3712.033.02-
YUV75.09100.8687.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 113 (44.53% from 255) = 71.07%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=11.95%
G=71.07%
B=16.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19113270.8300.760.56125.1171.2125.88
Hex13711B5304C387d471a
Octal231613312301147017510732
Binary100111110001110111010011010011001110001111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13711B; }

 p { color: rgb(19,113,27); }

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

<style>
 a { background-color: #13711B; }

 a { background-color: rgb(19,113,27); }

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

<style>
 span { border-color: #13711B; }

 span { border-color: rgb(19,113,27); }

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