#13711A

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

Shades of Forest Green #13711A

Tints of Forest Green #13711A

Color information

#13711A (or 0x13711A) is unknown color: approx Forest Green. HEX triplet: 13, 71 and 1A. RGB value is (19,113,26). Sum of RGB (Red+Green+Blue) = 19+113+26=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #13711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13711A is #EC8EE5. Grayscale: #4B4B4B. Windows color (decimal): -15503078 or 1732883. OLE color: 1732883.

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

Color convert

RGB1911326-
CMYK0.8300.770.56
HSL124.47º71.21%25.88%-
HSV(B)124.47º83.19%44.31%-
XYZ6.3612.022.96-
YUV74.98100.3688.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 113 (44.53% from 255) = 71.52%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=12.03%
G=71.52%
B=16.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19113260.8300.770.56124.4771.2125.88
Hex13711A5304D387c471a
Octal231613212301157017410732
Binary100111110001110101010011010011011110001111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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