#13731F

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

Shades of Forest Green #13731F

Tints of Forest Green #13731F

Color information

#13731F (or 0x13731F) is unknown color: approx Forest Green. HEX triplet: 13, 73 and 1F. RGB value is (19,115,31). Sum of RGB (Red+Green+Blue) = 19+115+31=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #13731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13731F is #EC8CE0. Grayscale: #4C4C4C. Windows color (decimal): -15502561 or 2061075. OLE color: 2061075.

HSL color Cylindrical-coordinate representation of color #13731F: hue angle of 127.5º 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 #13731F is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1911531-
CMYK0.8300.730.55
HSL127.5º71.64%26.27%-
HSV(B)127.5º83.48%45.1%-
XYZ6.6512.53.36-
YUV76.72102.286.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 115 (45.31% from 255) = 69.70%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=11.52%
G=69.70%
B=18.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115310.8300.730.55127.571.6426.27
Hex13731F530493780481a
Octal231633712301116720011032
Binary1001111100111111110100110100100111011110000000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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