Html Css Color HEX #20741B Forest Green

📋 copy color: '#20741B'

red 32 ◦ green 116 ◦ blue 27

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

Shades of Forest Green #20741B

Tints of Forest Green #20741B

RGB

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

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

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

R = 18.29%
G = 66.29%
B = 15.43%

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

#20741B (or 0x20741B) is known color: Forest Green. HEX triplet: 20, 74 and 1B. RGB value is (32,116,27). Sum of RGB (Red+Green+Blue) = 32+116+27=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #20741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20741B is #DF8BE4. Grayscale: #515151. Windows color (decimal): -14650341 or 1799200. OLE color: 1799200.

HSL color Cylindrical-coordinate representation of color #20741B: hue angle of 116.63º 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 #20741B is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 116 27 -
CMYK 0.72 0 0.77 0.55
HSL 116.63º 0.62% 0.28% -
HSV(B) 116.63º 0.77% 0.45% -
XYZ 7.04 12.88 3.15 -
YUV 80.74 97.67 93.24 -
System Red Green Blue C M Y K H S L
Decimal 32 116 27 0.72 0 0.77 0.55 116.63 0.62 0.28
Hex 20 74 1B 48 0 4D 37 75 3E 1C
Octal 40 164 33 110 0 115 67 165 76 34
Binary 100000 1110100 11011 1001000 0 1001101 110111 1110101 111110 11100

Color Harmonies of #20741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20741B

Black with #20741B

Text Example


Text Example

White with #20741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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