Html Css Color HEX #207F20 Forest Green

📋 copy color: '#207F20'

red 32 ◦ green 127 ◦ blue 32

#207F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #207F20

Tints of Forest Green #207F20

RGB

 RED value IS 32 (12.89% from 255) = 16.75%

 GREEN value IS 127 (50% from 255) = 66.49%

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 16.75%
G = 66.49%
B = 16.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#207F20 (or 0x207F20) is known color: Forest Green. HEX triplet: 20, 7F and 20. RGB value is (32,127,32). Sum of RGB (Red+Green+Blue) = 32+127+32=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 127 (50% from 255 or 66.49% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 127 - color contains mainly: green. Hex color #207F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207F20 is #DF80DF. Grayscale: #585858. Windows color (decimal): -14647520 or 2129696. OLE color: 2129696.

HSL color Cylindrical-coordinate representation of color #207F20: hue angle of 120º 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 #207F20 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 127 32 -
CMYK 0.75 0 0.75 0.50
HSL 120º 0.6% 0.31% -
HSV(B) 120º 0.75% 0.5% -
XYZ 8.45 15.59 3.93 -
YUV 87.77 96.53 88.22 -
System Red Green Blue C M Y K H S L
Decimal 32 127 32 0.75 0 0.75 0.50 120 0.6 0.31
Hex 20 7F 20 4B 0 4B 32 78 3C 1F
Octal 40 177 40 113 0 113 62 170 74 37
Binary 100000 1111111 100000 1001011 0 1001011 110010 1111000 111100 11111

Color Harmonies of #207F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207F20

Black with #207F20

Text Example


Text Example

White with #207F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #207F20;
 }
 .AnyTagClassName
 {
   color: #207F20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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