Html Css Color HEX #20720F Forest Green

📋 copy color: '#20720F'

red 32 ◦ green 114 ◦ blue 15

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

Shades of Forest Green #20720F

Tints of Forest Green #20720F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 70.81%

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 19.88%
G = 70.81%
B = 9.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#20720F (or 0x20720F) is known color: Forest Green. HEX triplet: 20, 72 and 0F. RGB value is (32,114,15). Sum of RGB (Red+Green+Blue) = 32+114+15=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #20720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20720F is #DF8DF0. Grayscale: #4E4E4E. Windows color (decimal): -14650865 or 1012256. OLE color: 1012256.

HSL color Cylindrical-coordinate representation of color #20720F: hue angle of 109.7º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20720F is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 114 15 -
CMYK 0.72 0 0.87 0.55
HSL 109.7º 0.77% 0.25% -
HSV(B) 109.7º 0.87% 0.45% -
XYZ 6.7 12.38 2.49 -
YUV 78.2 92.33 95.05 -
System Red Green Blue C M Y K H S L
Decimal 32 114 15 0.72 0 0.87 0.55 109.7 0.77 0.25
Hex 20 72 F 48 0 57 37 6E 4D 19
Octal 40 162 17 110 0 127 67 156 115 31
Binary 100000 1110010 1111 1001000 0 1010111 110111 1101110 1001101 11001

Color Harmonies of #20720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20720F

Black with #20720F

Text Example


Text Example

White with #20720F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20720F; }

 p { color: rgb(32,114,15); }

 H1.HeaderClassName
 {
   color: #20720F;
 }
 .AnyTagClassName
 {
   color: #20720F;
 }
</style>

background-color css

<style>
 a { background-color: #20720F; }

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

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

border-color css

<style>
 span { border-color: #20720F; }

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

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