#16711B

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

Shades of Forest Green #16711B

Tints of Forest Green #16711B

Color information

#16711B (or 0x16711B) is unknown color: approx Forest Green. HEX triplet: 16, 71 and 1B. RGB value is (22,113,27). Sum of RGB (Red+Green+Blue) = 22+113+27=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #16711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16711B is #E98EE4. Grayscale: #4C4C4C. Windows color (decimal): -15306469 or 1798422. OLE color: 1798422.

HSL color Cylindrical-coordinate representation of color #16711B: hue angle of 123.3º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16711B is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB2211327-
CMYK0.8100.760.56
HSL123.3º67.41%26.47%-
HSV(B)123.3º80.53%44.31%-
XYZ6.4312.063.03-
YUV75.99100.3589.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 113 (44.53% from 255) = 69.75%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=13.58%
G=69.75%
B=16.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113270.8100.760.56123.367.4126.47
Hex16711B5104C387b431a
Octal261613312101147017310332
Binary101101110001110111010001010011001110001111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16711B; }

 p { color: rgb(22,113,27); }

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

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

 a { background-color: rgb(22,113,27); }

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

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

 span { border-color: rgb(22,113,27); }

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