Html Css Color HEX #20731B Forest Green

📋 copy color: '#20731B'

red 32 ◦ green 115 ◦ blue 27

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

Shades of Forest Green #20731B

Tints of Forest Green #20731B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 18.39%
G = 66.09%
B = 15.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#20731B (or 0x20731B) is known color: Forest Green. HEX triplet: 20, 73 and 1B. RGB value is (32,115,27). Sum of RGB (Red+Green+Blue) = 32+115+27=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 115 (45.31% from 255 or 66.09% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 115 - color contains mainly: green. Hex color #20731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20731B is #DF8CE4. Grayscale: #505050. Windows color (decimal): -14650597 or 1798944. OLE color: 1798944.

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

Color convert

RGB 32 115 27 -
CMYK 0.72 0 0.77 0.55
HSL 116.59º 0.62% 0.28% -
HSV(B) 116.59º 0.77% 0.45% -
XYZ 6.92 12.65 3.11 -
YUV 80.15 98 93.66 -
System Red Green Blue C M Y K H S L
Decimal 32 115 27 0.72 0 0.77 0.55 116.59 0.62 0.28
Hex 20 73 1B 48 0 4D 37 75 3E 1C
Octal 40 163 33 110 0 115 67 165 76 34
Binary 100000 1110011 11011 1001000 0 1001101 110111 1110101 111110 11100

Color Harmonies of #20731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20731B

Black with #20731B

Text Example


Text Example

White with #20731B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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