#13701B

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

Shades of Forest Green #13701B

Tints of Forest Green #13701B

Color information

#13701B (or 0x13701B) is unknown color: approx Forest Green. HEX triplet: 13, 70 and 1B. RGB value is (19,112,27). Sum of RGB (Red+Green+Blue) = 19+112+27=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #13701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13701B is #EC8FE4. Grayscale: #4A4A4A. Windows color (decimal): -15503333 or 1798163. OLE color: 1798163.

HSL color Cylindrical-coordinate representation of color #13701B: hue angle of 125.16º 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 #13701B is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1911227-
CMYK0.8300.760.56
HSL125.16º70.99%25.69%-
HSV(B)125.16º83.04%43.92%-
XYZ6.2611.812.99-
YUV74.5101.1988.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 112 (44.14% from 255) = 70.89%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=12.03%
G=70.89%
B=17.09%

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
Decimal19112270.8300.760.56125.1670.9925.69
Hex13701B5304C387d471a
Octal231603312301147017510732
Binary100111110000110111010011010011001110001111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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