#13911F

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

Shades of Forest Green #13911F

Tints of Forest Green #13911F

Color information

#13911F (or 0x13911F) is unknown color: approx Forest Green. HEX triplet: 13, 91 and 1F. RGB value is (19,145,31). Sum of RGB (Red+Green+Blue) = 19+145+31=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 145 (57.03% from 255 or 74.36% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 145 - color contains mainly: green. Hex color #13911F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13911F is #EC6EE0. Grayscale: #5E5E5E. Windows color (decimal): -15494881 or 2068755. OLE color: 2068755.

HSL color Cylindrical-coordinate representation of color #13911F: hue angle of 125.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13911F is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1914531-
CMYK0.8700.790.43
HSL125.71º76.83%32.16%-
HSV(B)125.71º86.9%56.86%-
XYZ10.6420.494.69-
YUV94.3392.2674.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 145 (57.03% from 255) = 74.36%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=9.74%
G=74.36%
B=15.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19145310.8700.790.43125.7176.8332.16
Hex13911F5704F2B7e4d20
Octal232213712701175317611540
Binary10011100100011111110101110100111110101111111101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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