#20700B

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

Shades of Forest Green #20700B

Tints of Forest Green #20700B

Color information

#20700B (or 0x20700B) is unknown color: approx Forest Green. HEX triplet: 20, 70 and 0B. RGB value is (32,112,11). Sum of RGB (Red+Green+Blue) = 32+112+11=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #20700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20700B is #DF8FF4. Grayscale: #4C4C4C. Windows color (decimal): -14651381 or 749600. OLE color: 749600.

HSL color Cylindrical-coordinate representation of color #20700B: hue angle of 107.52º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20700B is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB3211211-
CMYK0.7100.900.56
HSL107.52º82.11%24.12%-
HSV(B)107.52º90.18%43.92%-
XYZ6.4511.922.28-
YUV76.579196.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 112 (44.14% from 255) = 72.26%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=20.65%
G=72.26%
B=7.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112110.7100.900.56107.5282.1124.12
Hex2070B4705A386c5218
Octal401601310701327015412230
Binary100000111000010111000111010110101110001101100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20700B; }

 p { color: rgb(32,112,11); }

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

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

 a { background-color: rgb(32,112,11); }

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

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

 span { border-color: rgb(32,112,11); }

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