#16741C

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

Shades of Forest Green #16741C

Tints of Forest Green #16741C

Color information

#16741C (or 0x16741C) is unknown color: approx Forest Green. HEX triplet: 16, 74 and 1C. RGB value is (22,116,28). Sum of RGB (Red+Green+Blue) = 22+116+28=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #16741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16741C is #E98BE3. Grayscale: #4E4E4E. Windows color (decimal): -15305700 or 1864726. OLE color: 1864726.

HSL color Cylindrical-coordinate representation of color #16741C: hue angle of 123.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16741C is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB2211628-
CMYK0.8100.760.55
HSL123.83º68.12%27.06%-
HSV(B)123.83º81.03%45.49%-
XYZ6.7912.753.2-
YUV77.8699.8688.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 116 (45.70% from 255) = 69.88%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=13.25%
G=69.88%
B=16.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22116280.8100.760.55123.8368.1227.06
Hex16741C5104C377c441b
Octal261643412101146717410433
Binary101101110100111001010001010011001101111111100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16741C; }

 p { color: rgb(22,116,28); }

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

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

 a { background-color: rgb(22,116,28); }

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

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

 span { border-color: rgb(22,116,28); }

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