#207F2D

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

Shades of Forest Green #207F2D

Tints of Forest Green #207F2D

Color information

#207F2D (or 0x207F2D) is unknown color: approx Forest Green. HEX triplet: 20, 7F and 2D. RGB value is (32,127,45). Sum of RGB (Red+Green+Blue) = 32+127+45=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 127 (50% from 255 or 62.25% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 127 - color contains mainly: green. Hex color #207F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207F2D is #DF80D2. Grayscale: #595959. Windows color (decimal): -14647507 or 2981664. OLE color: 2981664.

HSL color Cylindrical-coordinate representation of color #207F2D: hue angle of 128.21º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F2D is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB3212745-
CMYK0.7500.650.50
HSL128.21º59.75%31.18%-
HSV(B)128.21º74.8%49.8%-
XYZ8.6615.685.05-
YUV89.25103.0387.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 127 (50% from 255) = 62.25%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=15.69%
G=62.25%
B=22.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32127450.7500.650.50128.2159.7531.18
Hex207F2D4B04132803c1f
Octal40177551130101622007437
Binary10000011111111011011001011010000011100101000000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,127,45); }

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

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

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

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

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

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

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