#119613

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

Shades of Forest Green #119613

Tints of Forest Green #119613

Color information

#119613 (or 0x119613) is unknown color: approx Forest Green. HEX triplet: 11, 96 and 13. RGB value is (17,150,19). Sum of RGB (Red+Green+Blue) = 17+150+19=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 150 (58.98% from 255 or 80.65% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 150 - color contains mainly: green. Hex color #119613 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119613 is #EE69EC. Grayscale: #5F5F5F. Windows color (decimal): -15624685 or 1283601. OLE color: 1283601.

HSL color Cylindrical-coordinate representation of color #119613: hue angle of 120.9º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119613 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1715019-
CMYK0.8900.870.41
HSL120.9º79.64%32.75%-
HSV(B)120.9º88.67%58.82%-
XYZ11.2621.984.27-
YUV95.384.9472.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 150 (58.98% from 255) = 80.65%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=9.14%
G=80.65%
B=10.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150190.8900.870.41120.979.6432.75
Hex1196135905729795021
Octal212262313101275117112041
Binary10001100101101001110110010101011110100111110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119613; }

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

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

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

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

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

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

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

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