#16831A

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

Shades of Forest Green #16831A

Tints of Forest Green #16831A

Color information

#16831A (or 0x16831A) is unknown color: approx Forest Green. HEX triplet: 16, 83 and 1A. RGB value is (22,131,26). Sum of RGB (Red+Green+Blue) = 22+131+26=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #16831A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16831A is #E97CE5. Grayscale: #565656. Windows color (decimal): -15301862 or 1737494. OLE color: 1737494.

HSL color Cylindrical-coordinate representation of color #16831A: hue angle of 122.2º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16831A is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB2213126-
CMYK0.8300.800.49
HSL122.2º71.24%30%-
HSV(B)122.2º83.21%51.37%-
XYZ8.6316.483.7-
YUV86.4493.8982.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 131 (51.56% from 255) = 73.18%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=12.29%
G=73.18%
B=14.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22131260.8300.800.49122.271.2430
Hex16831A53050317a471e
Octal262033212301206117210736
Binary1011010000011110101010011010100001100011111010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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