#13731B

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

Shades of Forest Green #13731B

Tints of Forest Green #13731B

Color information

#13731B (or 0x13731B) is unknown color: approx Forest Green. HEX triplet: 13, 73 and 1B. RGB value is (19,115,27). Sum of RGB (Red+Green+Blue) = 19+115+27=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 115 (45.31% from 255 or 71.43% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 115 - color contains mainly: green. Hex color #13731B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13731B is #EC8CE4. Grayscale: #4C4C4C. Windows color (decimal): -15502565 or 1798931. OLE color: 1798931.

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

Color convert

RGB1911527-
CMYK0.8300.770.55
HSL125º71.64%26.27%-
HSV(B)125º83.48%45.1%-
XYZ6.612.483.1-
YUV76.26100.287.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 115 (45.31% from 255) = 71.43%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=11.80%
G=71.43%
B=16.77%

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
Decimal19115270.8300.770.5512571.6426.27
Hex13731B5304D377d481a
Octal231633312301156717511032
Binary100111110011110111010011010011011101111111101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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