#13912C

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

Shades of Forest Green #13912C

Tints of Forest Green #13912C

Color information

#13912C (or 0x13912C) is unknown color: approx Forest Green. HEX triplet: 13, 91 and 2C. RGB value is (19,145,44). Sum of RGB (Red+Green+Blue) = 19+145+44=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #13912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13912C is #EC6ED3. Grayscale: #606060. Windows color (decimal): -15494868 or 2920723. OLE color: 2920723.

HSL color Cylindrical-coordinate representation of color #13912C: hue angle of 131.9º 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 #13912C is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB1914544-
CMYK0.8700.700.43
HSL131.9º76.83%32.16%-
HSV(B)131.9º86.9%56.86%-
XYZ10.8520.575.78-
YUV95.8198.7673.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 145 (57.03% from 255) = 69.71%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=9.13%
G=69.71%
B=21.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19145440.8700.700.43131.976.8332.16
Hex13912C570462B844d20
Octal232215412701065320411540
Binary1001110010001101100101011101000110101011100001001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13912C; }

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

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

<style>
 a { background-color: #13912C; }

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

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

<style>
 span { border-color: #13912C; }

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

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