#13731A

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

Shades of Forest Green #13731A

Tints of Forest Green #13731A

Color information

#13731A (or 0x13731A) is unknown color: approx Forest Green. HEX triplet: 13, 73 and 1A. RGB value is (19,115,26). Sum of RGB (Red+Green+Blue) = 19+115+26=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #13731A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13731A is #EC8CE5. Grayscale: #4C4C4C. Windows color (decimal): -15502566 or 1733395. OLE color: 1733395.

HSL color Cylindrical-coordinate representation of color #13731A: hue angle of 124.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13731A is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1911526-
CMYK0.8300.770.55
HSL124.38º71.64%26.27%-
HSV(B)124.38º83.48%45.1%-
XYZ6.5912.473.04-
YUV76.1599.787.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 115 (45.31% from 255) = 71.88%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=11.88%
G=71.88%
B=16.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115260.8300.770.55124.3871.6426.27
Hex13731A5304D377c481a
Octal231633212301156717411032
Binary100111110011110101010011010011011101111111100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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