#119A1C

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

Shades of Forest Green #119A1C

Tints of Forest Green #119A1C

Color information

#119A1C (or 0x119A1C) is unknown color: approx Forest Green. HEX triplet: 11, 9A and 1C. RGB value is (17,154,28). Sum of RGB (Red+Green+Blue) = 17+154+28=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 154 (60.55% from 255 or 77.39% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 154 - color contains mainly: green. Hex color #119A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119A1C is #EE65E3. Grayscale: #636363. Windows color (decimal): -15623652 or 1874449. OLE color: 1874449.

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

Color convert

RGB1715428-
CMYK0.8900.820.40
HSL124.82º80.12%33.53%-
HSV(B)124.82º88.96%60.39%-
XYZ1223.314.97-
YUV98.6788.1169.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 154 (60.55% from 255) = 77.39%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=8.54%
G=77.39%
B=14.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17154280.8900.820.40124.8280.1233.53
Hex119A1C59052287d5022
Octal212323413101225017512042
Binary10001100110101110010110010101001010100011111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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