#207B20

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

Shades of Forest Green #207B20

Tints of Forest Green #207B20

Color information

#207B20 (or 0x207B20) is unknown color: approx Forest Green. HEX triplet: 20, 7B and 20. RGB value is (32,123,32). Sum of RGB (Red+Green+Blue) = 32+123+32=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 123 (48.44% from 255 or 65.78% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 123 - color contains mainly: green. Hex color #207B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207B20 is #DF84DF. Grayscale: #555555. Windows color (decimal): -14648544 or 2128672. OLE color: 2128672.

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

Color convert

RGB3212332-
CMYK0.7400.740.52
HSL120º58.71%30.39%-
HSV(B)120º73.98%48.24%-
XYZ7.9414.583.76-
YUV85.4297.8589.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 123 (48.44% from 255) = 65.78%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=17.11%
G=65.78%
B=17.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123320.7400.740.5212058.7130.39
Hex207B204A04A34783b1e
Octal40173401120112641707336
Binary1000001111011100000100101001001010110100111100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207B20; }

 p { color: rgb(32,123,32); }

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

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

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

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

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

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

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