#13791F

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

Shades of Forest Green #13791F

Tints of Forest Green #13791F

Color information

#13791F (or 0x13791F) is unknown color: approx Forest Green. HEX triplet: 13, 79 and 1F. RGB value is (19,121,31). Sum of RGB (Red+Green+Blue) = 19+121+31=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 121 (47.66% from 255 or 70.76% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 121 - color contains mainly: green. Hex color #13791F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13791F is #EC86E0. Grayscale: #505050. Windows color (decimal): -15501025 or 2062611. OLE color: 2062611.

HSL color Cylindrical-coordinate representation of color #13791F: hue angle of 127.06º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13791F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1912131-
CMYK0.8400.740.53
HSL127.06º72.86%27.45%-
HSV(B)127.06º84.3%47.45%-
XYZ7.3513.913.59-
YUV80.24100.2184.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 121 (47.66% from 255) = 70.76%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=11.11%
G=70.76%
B=18.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121310.8400.740.53127.0672.8627.45
Hex13791F5404A357f491b
Octal231713712401126517711133
Binary100111111001111111010100010010101101011111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13791F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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