Html Css Color HEX #20801D Forest Green

📋 copy color: '#20801D'

red 32 ◦ green 128 ◦ blue 29

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

Shades of Forest Green #20801D

Tints of Forest Green #20801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 67.72%

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 16.93%
G = 67.72%
B = 15.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#20801D (or 0x20801D) is known color: Forest Green. HEX triplet: 20, 80 and 1D. RGB value is (32,128,29). Sum of RGB (Red+Green+Blue) = 32+128+29=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #20801D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20801D is #DF7FE2. Grayscale: #585858. Windows color (decimal): -14647267 or 1933344. OLE color: 1933344.

HSL color Cylindrical-coordinate representation of color #20801D: hue angle of 118.18º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20801D is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 128 29 -
CMYK 0.75 0 0.77 0.50
HSL 118.18º 0.63% 0.31% -
HSV(B) 118.18º 0.77% 0.5% -
XYZ 8.54 15.83 3.77 -
YUV 88.01 94.7 88.05 -
System Red Green Blue C M Y K H S L
Decimal 32 128 29 0.75 0 0.77 0.50 118.18 0.63 0.31
Hex 20 80 1D 4B 0 4D 32 76 3F 1F
Octal 40 200 35 113 0 115 62 166 77 37
Binary 100000 10000000 11101 1001011 0 1001101 110010 1110110 111111 11111

Color Harmonies of #20801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20801D

Black with #20801D

Text Example


Text Example

White with #20801D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,128,29); }

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

background-color css

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

 a { background-color: rgb(32,128,29); }

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

border-color css

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

 span { border-color: rgb(32,128,29); }

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