#168320

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

Shades of Forest Green #168320

Tints of Forest Green #168320

Color information

#168320 (or 0x168320) is unknown color: approx Forest Green. HEX triplet: 16, 83 and 20. RGB value is (22,131,32). Sum of RGB (Red+Green+Blue) = 22+131+32=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #168320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168320 is #E97CDF. Grayscale: #575757. Windows color (decimal): -15301856 or 2130710. OLE color: 2130710.

HSL color Cylindrical-coordinate representation of color #168320: hue angle of 125.5º 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 #168320 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB2213132-
CMYK0.8300.760.49
HSL125.5º71.24%30%-
HSV(B)125.5º83.21%51.37%-
XYZ8.7116.514.09-
YUV87.1296.8981.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 131 (51.56% from 255) = 70.81%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=11.89%
G=70.81%
B=17.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22131320.8300.760.49125.571.2430
Hex1683205304C317e471e
Octal262034012301146117610736
Binary10110100000111000001010011010011001100011111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168320; }

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

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

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

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

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

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

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

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