#20960D

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

Shades of Forest Green #20960D

Tints of Forest Green #20960D

Color information

#20960D (or 0x20960D) is unknown color: approx Forest Green. HEX triplet: 20, 96 and 0D. RGB value is (32,150,13). Sum of RGB (Red+Green+Blue) = 32+150+13=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #20960D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20960D is #DF69F2. Grayscale: #636363. Windows color (decimal): -14641651 or 890400. OLE color: 890400.

HSL color Cylindrical-coordinate representation of color #20960D: hue angle of 111.68º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20960D is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB3215013-
CMYK0.7900.910.41
HSL111.68º84.05%31.96%-
HSV(B)111.68º91.33%58.82%-
XYZ11.5722.154.05-
YUV99.179.4180.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 150 (58.98% from 255) = 76.92%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=16.41%
G=76.92%
B=6.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32150130.7900.910.41111.6884.0531.96
Hex2096D4F05B29705420
Octal402261511701335116012440
Binary10000010010110110110011110101101110100111100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20960D; }

 p { color: rgb(32,150,13); }

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

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

 a { background-color: rgb(32,150,13); }

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

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

 span { border-color: rgb(32,150,13); }

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