Html Css Color HEX #20720B Forest Green

📋 copy color: '#20720B'

red 32 ◦ green 114 ◦ blue 11

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

Shades of Forest Green #20720B

Tints of Forest Green #20720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.01%

R = 20.38%
G = 72.61%
B = 7.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#20720B (or 0x20720B) is known color: Forest Green. HEX triplet: 20, 72 and 0B. RGB value is (32,114,11). Sum of RGB (Red+Green+Blue) = 32+114+11=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #20720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20720B is #DF8DF4. Grayscale: #4E4E4E. Windows color (decimal): -14650869 or 750112. OLE color: 750112.

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

Color convert

RGB 32 114 11 -
CMYK 0.72 0 0.90 0.55
HSL 107.77º 0.82% 0.25% -
HSV(B) 107.77º 0.9% 0.45% -
XYZ 6.67 12.37 2.35 -
YUV 77.74 90.33 95.38 -
System Red Green Blue C M Y K H S L
Decimal 32 114 11 0.72 0 0.90 0.55 107.77 0.82 0.25
Hex 20 72 B 48 0 5A 37 6C 52 19
Octal 40 162 13 110 0 132 67 154 122 31
Binary 100000 1110010 1011 1001000 0 1011010 110111 1101100 1010010 11001

Color Harmonies of #20720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20720B

Black with #20720B

Text Example


Text Example

White with #20720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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