#168212

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

Shades of Forest Green #168212

Tints of Forest Green #168212

Color information

#168212 (or 0x168212) is unknown color: approx Forest Green. HEX triplet: 16, 82 and 12. RGB value is (22,130,18). Sum of RGB (Red+Green+Blue) = 22+130+18=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 130 (51.17% from 255 or 76.47% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 130 - color contains mainly: green. Hex color #168212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168212 is #E97DED. Grayscale: #555555. Windows color (decimal): -15302126 or 1212950. OLE color: 1212950.

HSL color Cylindrical-coordinate representation of color #168212: hue angle of 117.86º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168212 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB2213018-
CMYK0.8300.860.49
HSL117.86º75.68%29.02%-
HSV(B)117.86º86.15%50.98%-
XYZ8.4216.183.25-
YUV84.9490.2283.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 130 (51.17% from 255) = 76.47%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=12.94%
G=76.47%
B=10.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22130180.8300.860.49117.8675.6829.02
Hex1682125305631764c1d
Octal262022212301266116611435
Binary1011010000010100101010011010101101100011110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168212; }

 p { color: rgb(22,130,18); }

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

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

 a { background-color: rgb(22,130,18); }

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

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

 span { border-color: rgb(22,130,18); }

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