Html Css Color HEX #20740E Forest Green

📋 copy color: '#20740E'

red 32 ◦ green 116 ◦ blue 14

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

Shades of Forest Green #20740E

Tints of Forest Green #20740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 71.6%

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 19.75%
G = 71.6%
B = 8.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#20740E (or 0x20740E) is known color: Forest Green. HEX triplet: 20, 74 and 0E. RGB value is (32,116,14). Sum of RGB (Red+Green+Blue) = 32+116+14=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #20740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20740E is #DF8BF1. Grayscale: #4F4F4F. Windows color (decimal): -14650354 or 947232. OLE color: 947232.

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

Color convert

RGB 32 116 14 -
CMYK 0.72 0 0.88 0.55
HSL 109.41º 0.78% 0.25% -
HSV(B) 109.41º 0.88% 0.45% -
XYZ 6.92 12.83 2.53 -
YUV 79.26 91.17 94.29 -
System Red Green Blue C M Y K H S L
Decimal 32 116 14 0.72 0 0.88 0.55 109.41 0.78 0.25
Hex 20 74 E 48 0 58 37 6D 4E 19
Octal 40 164 16 110 0 130 67 155 116 31
Binary 100000 1110100 1110 1001000 0 1011000 110111 1101101 1001110 11001

Color Harmonies of #20740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20740E

Black with #20740E

Text Example


Text Example

White with #20740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20740E; }

 p { color: rgb(32,116,14); }

 H1.HeaderClassName
 {
   color: #20740E;
 }
 .AnyTagClassName
 {
   color: #20740E;
 }
</style>

background-color css

<style>
 a { background-color: #20740E; }

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

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

border-color css

<style>
 span { border-color: #20740E; }

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

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