#16850E

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

Shades of Forest Green #16850E

Tints of Forest Green #16850E

Color information

#16850E (or 0x16850E) is unknown color: approx Forest Green. HEX triplet: 16, 85 and 0E. RGB value is (22,133,14). Sum of RGB (Red+Green+Blue) = 22+133+14=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #16850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16850E is #E97AF1. Grayscale: #565656. Windows color (decimal): -15301362 or 951574. OLE color: 951574.

HSL color Cylindrical-coordinate representation of color #16850E: hue angle of 115.97º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16850E is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB2213314-
CMYK0.8300.890.48
HSL115.97º80.95%28.82%-
HSV(B)115.97º89.47%52.16%-
XYZ8.816.983.23-
YUV86.2487.2382.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 133 (52.34% from 255) = 78.70%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=13.02%
G=78.70%
B=8.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22133140.8300.890.48115.9780.9528.82
Hex1685E530593074511d
Octal262051612301316016412135
Binary101101000010111101010011010110011100001110100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16850E; }

 p { color: rgb(22,133,14); }

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

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

 a { background-color: rgb(22,133,14); }

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

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

 span { border-color: rgb(22,133,14); }

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