#16701A

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

Shades of Forest Green #16701A

Tints of Forest Green #16701A

Color information

#16701A (or 0x16701A) is unknown color: approx Forest Green. HEX triplet: 16, 70 and 1A. RGB value is (22,112,26). Sum of RGB (Red+Green+Blue) = 22+112+26=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #16701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16701A is #E98FE5. Grayscale: #4B4B4B. Windows color (decimal): -15306726 or 1732630. OLE color: 1732630.

HSL color Cylindrical-coordinate representation of color #16701A: hue angle of 122.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16701A is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB2211226-
CMYK0.8000.770.56
HSL122.67º67.16%26.27%-
HSV(B)122.67º80.36%43.92%-
XYZ6.3111.832.93-
YUV75.29100.1889.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 112 (44.14% from 255) = 70%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=13.75%
G=70%
B=16.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22112260.8000.770.56122.6767.1626.27
Hex16701A5004D387b431a
Octal261603212001157017310332
Binary101101110000110101010000010011011110001111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16701A; }

 p { color: rgb(22,112,26); }

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

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

 a { background-color: rgb(22,112,26); }

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

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

 span { border-color: rgb(22,112,26); }

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