#168414

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

Shades of Forest Green #168414

Tints of Forest Green #168414

Color information

#168414 (or 0x168414) is unknown color: approx Forest Green. HEX triplet: 16, 84 and 14. RGB value is (22,132,20). Sum of RGB (Red+Green+Blue) = 22+132+20=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 132 (51.95% from 255 or 75.86% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 132 - color contains mainly: green. Hex color #168414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168414 is #E97BEB. Grayscale: #565656. Windows color (decimal): -15301612 or 1344534. OLE color: 1344534.

HSL color Cylindrical-coordinate representation of color #168414: hue angle of 118.93º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168414 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB2213220-
CMYK0.8300.850.48
HSL118.93º73.68%29.8%-
HSV(B)118.93º84.85%51.76%-
XYZ8.7116.723.43-
YUV86.3490.5682.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 132 (51.95% from 255) = 75.86%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=12.64%
G=75.86%
B=11.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22132200.8300.850.48118.9373.6829.8
Hex1684145305530774a1e
Octal262042412301256016711236
Binary1011010000100101001010011010101011100001110111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168414; }

 p { color: rgb(22,132,20); }

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

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

 a { background-color: rgb(22,132,20); }

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

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

 span { border-color: rgb(22,132,20); }

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