Html Css Color HEX #20740D Forest Green

📋 copy color: '#20740D'

red 32 ◦ green 116 ◦ blue 13

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

Shades of Forest Green #20740D

Tints of Forest Green #20740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 19.88%
G = 72.05%
B = 8.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#20740D (or 0x20740D) is known color: Forest Green. HEX triplet: 20, 74 and 0D. RGB value is (32,116,13). Sum of RGB (Red+Green+Blue) = 32+116+13=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #20740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20740D is #DF8BF2. Grayscale: #4F4F4F. Windows color (decimal): -14650355 or 881696. OLE color: 881696.

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

Color convert

RGB 32 116 13 -
CMYK 0.72 0 0.89 0.55
HSL 108.93º 0.8% 0.25% -
HSV(B) 108.93º 0.89% 0.45% -
XYZ 6.91 12.83 2.49 -
YUV 79.14 90.67 94.38 -
System Red Green Blue C M Y K H S L
Decimal 32 116 13 0.72 0 0.89 0.55 108.93 0.8 0.25
Hex 20 74 D 48 0 59 37 6D 50 19
Octal 40 164 15 110 0 131 67 155 120 31
Binary 100000 1110100 1101 1001000 0 1011001 110111 1101101 1010000 11001

Color Harmonies of #20740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20740D

Black with #20740D

Text Example


Text Example

White with #20740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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