#119213

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

Shades of Forest Green #119213

Tints of Forest Green #119213

Color information

#119213 (or 0x119213) is unknown color: approx Forest Green. HEX triplet: 11, 92 and 13. RGB value is (17,146,19). Sum of RGB (Red+Green+Blue) = 17+146+19=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 146 (57.42% from 255 or 80.22% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 146 - color contains mainly: green. Hex color #119213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119213 is #EE6DEC. Grayscale: #5D5D5D. Windows color (decimal): -15625709 or 1282577. OLE color: 1282577.

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

Color convert

RGB1714619-
CMYK0.8800.870.43
HSL120.93º79.14%31.96%-
HSV(B)120.93º88.36%57.25%-
XYZ10.6320.724.06-
YUV92.9586.2673.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 146 (57.42% from 255) = 80.22%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=9.34%
G=80.22%
B=10.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17146190.8800.870.43120.9379.1431.96
Hex119213580572B794f20
Octal212222313001275317111740
Binary10001100100101001110110000101011110101111110011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119213; }

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

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

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

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

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

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

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

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