#168E1C

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

Shades of Forest Green #168E1C

Tints of Forest Green #168E1C

Color information

#168E1C (or 0x168E1C) is unknown color: approx Forest Green. HEX triplet: 16, 8E and 1C. RGB value is (22,142,28). Sum of RGB (Red+Green+Blue) = 22+142+28=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 142 (55.86% from 255 or 73.96% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 142 - color contains mainly: green. Hex color #168E1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168E1C is #E971E3. Grayscale: #5D5D5D. Windows color (decimal): -15299044 or 1871382. OLE color: 1871382.

HSL color Cylindrical-coordinate representation of color #168E1C: hue angle of 123º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E1C is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB2214228-
CMYK0.8500.800.44
HSL123º73.17%32.16%-
HSV(B)123º84.51%55.69%-
XYZ10.2119.64.34-
YUV93.1291.2477.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 142 (55.86% from 255) = 73.96%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=11.46%
G=73.96%
B=14.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22142280.8500.800.4412373.1732.16
Hex168E1C550502C7b4920
Octal262163412501205417311140
Binary10110100011101110010101010101000010110011110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168E1C; }

 p { color: rgb(22,142,28); }

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

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

 a { background-color: rgb(22,142,28); }

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

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

 span { border-color: rgb(22,142,28); }

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