#168D1D

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

Shades of Forest Green #168D1D

Tints of Forest Green #168D1D

Color information

#168D1D (or 0x168D1D) is unknown color: approx Forest Green. HEX triplet: 16, 8D and 1D. RGB value is (22,141,29). Sum of RGB (Red+Green+Blue) = 22+141+29=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 141 (55.47% from 255 or 73.44% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 141 - color contains mainly: green. Hex color #168D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168D1D is #E972E2. Grayscale: #5C5C5C. Windows color (decimal): -15299299 or 1936662. OLE color: 1936662.

HSL color Cylindrical-coordinate representation of color #168D1D: hue angle of 123.53º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168D1D is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB2214129-
CMYK0.8400.790.45
HSL123.53º73.01%31.96%-
HSV(B)123.53º84.4%55.29%-
XYZ10.0819.314.36-
YUV92.6592.0877.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 141 (55.47% from 255) = 73.44%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=11.46%
G=73.44%
B=15.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22141290.8400.790.45123.5373.0131.96
Hex168D1D5404F2D7c4920
Octal262153512401175517411140
Binary10110100011011110110101000100111110110111111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,141,29); }

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

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

 a { background-color: rgb(22,141,29); }

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

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

 span { border-color: rgb(22,141,29); }

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