Html Css Color HEX #20731C Forest Green

📋 copy color: '#20731C'

red 32 ◦ green 115 ◦ blue 28

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

Shades of Forest Green #20731C

Tints of Forest Green #20731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 65.71%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 18.29%
G = 65.71%
B = 16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#20731C (or 0x20731C) is known color: Forest Green. HEX triplet: 20, 73 and 1C. RGB value is (32,115,28). Sum of RGB (Red+Green+Blue) = 32+115+28=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #20731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20731C is #DF8CE3. Grayscale: #505050. Windows color (decimal): -14650596 or 1864480. OLE color: 1864480.

HSL color Cylindrical-coordinate representation of color #20731C: hue angle of 117.24º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20731C is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 115 28 -
CMYK 0.72 0 0.76 0.55
HSL 117.24º 0.61% 0.28% -
HSV(B) 117.24º 0.76% 0.45% -
XYZ 6.94 12.65 3.18 -
YUV 80.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 32 115 28 0.72 0 0.76 0.55 117.24 0.61 0.28
Hex 20 73 1C 48 0 4C 37 75 3D 1C
Octal 40 163 34 110 0 114 67 165 75 34
Binary 100000 1110011 11100 1001000 0 1001100 110111 1110101 111101 11100

Color Harmonies of #20731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20731C

Black with #20731C

Text Example


Text Example

White with #20731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20731C; }

 p { color: rgb(32,115,28); }

 H1.HeaderClassName
 {
   color: #20731C;
 }
 .AnyTagClassName
 {
   color: #20731C;
 }
</style>

background-color css

<style>
 a { background-color: #20731C; }

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

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

border-color css

<style>
 span { border-color: #20731C; }

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

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