#119C1C

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

Shades of Forest Green #119C1C

Tints of Forest Green #119C1C

Color information

#119C1C (or 0x119C1C) is unknown color: approx Forest Green. HEX triplet: 11, 9C and 1C. RGB value is (17,156,28). Sum of RGB (Red+Green+Blue) = 17+156+28=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 156 (61.33% from 255 or 77.61% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 156 - color contains mainly: green. Hex color #119C1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119C1C is #EE63E3. Grayscale: #646464. Windows color (decimal): -15623140 or 1874961. OLE color: 1874961.

HSL color Cylindrical-coordinate representation of color #119C1C: hue angle of 124.75º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119C1C is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB1715628-
CMYK0.8900.820.39
HSL124.75º80.35%33.92%-
HSV(B)124.75º89.1%61.18%-
XYZ12.3323.985.08-
YUV99.8587.4568.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 156 (61.33% from 255) = 77.61%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=8.46%
G=77.61%
B=13.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17156280.8900.820.39124.7580.3533.92
Hex119C1C59052277d5022
Octal212343413101224717512042
Binary10001100111001110010110010101001010011111111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119C1C; }

 p { color: rgb(17,156,28); }

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

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

 a { background-color: rgb(17,156,28); }

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

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

 span { border-color: rgb(17,156,28); }

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