#168420

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

Shades of Forest Green #168420

Tints of Forest Green #168420

Color information

#168420 (or 0x168420) is unknown color: approx Forest Green. HEX triplet: 16, 84 and 20. RGB value is (22,132,32). Sum of RGB (Red+Green+Blue) = 22+132+32=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #168420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168420 is #E97BDF. Grayscale: #575757. Windows color (decimal): -15301600 or 2130966. OLE color: 2130966.

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

Color convert

RGB2213232-
CMYK0.8300.760.48
HSL125.45º71.43%30.2%-
HSV(B)125.45º83.33%51.76%-
XYZ8.8416.784.14-
YUV87.7196.5681.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 132 (51.95% from 255) = 70.97%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=11.83%
G=70.97%
B=17.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22132320.8300.760.48125.4571.4330.2
Hex1684205304C307d471e
Octal262044012301146017510736
Binary10110100001001000001010011010011001100001111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168420; }

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

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

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

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

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

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

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

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