#119413

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

Shades of Forest Green #119413

Tints of Forest Green #119413

Color information

#119413 (or 0x119413) is unknown color: approx Forest Green. HEX triplet: 11, 94 and 13. RGB value is (17,148,19). Sum of RGB (Red+Green+Blue) = 17+148+19=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 148 (58.20% from 255 or 80.43% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 148 - color contains mainly: green. Hex color #119413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119413 is #EE6BEC. Grayscale: #5E5E5E. Windows color (decimal): -15625197 or 1283089. OLE color: 1283089.

HSL color Cylindrical-coordinate representation of color #119413: hue angle of 120.92º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119413 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1714819-
CMYK0.8900.870.42
HSL120.92º79.39%32.35%-
HSV(B)120.92º88.51%58.04%-
XYZ10.9421.354.16-
YUV94.1285.672.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 148 (58.20% from 255) = 80.43%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=9.24%
G=80.43%
B=10.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17148190.8900.870.42120.9279.3932.35
Hex119413590572A794f20
Octal212242313101275217111740
Binary10001100101001001110110010101011110101011110011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119413; }

 p { color: rgb(17,148,19); }

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

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

 a { background-color: rgb(17,148,19); }

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

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

 span { border-color: rgb(17,148,19); }

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