Html Css Color HEX #20820D Forest Green

📋 copy color: '#20820D'

red 32 ◦ green 130 ◦ blue 13

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

Shades of Forest Green #20820D

Tints of Forest Green #20820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 74.29%

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

R = 18.29%
G = 74.29%
B = 7.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#20820D (or 0x20820D) is known color: Forest Green. HEX triplet: 20, 82 and 0D. RGB value is (32,130,13). Sum of RGB (Red+Green+Blue) = 32+130+13=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #20820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20820D is #DF7DF2. Grayscale: #575757. Windows color (decimal): -14646771 or 885280. OLE color: 885280.

HSL color Cylindrical-coordinate representation of color #20820D: hue angle of 110.26º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20820D is Cyan = 0.75, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 130 13 -
CMYK 0.75 0 0.9 0.49
HSL 110.26º 0.82% 0.28% -
HSV(B) 110.26º 0.9% 0.51% -
XYZ 8.65 16.3 3.07 -
YUV 87.36 86.03 88.51 -
System Red Green Blue C M Y K H S L
Decimal 32 130 13 0.75 0 0.9 0.49 110.26 0.82 0.28
Hex 20 82 D 4B 0 5A 31 6E 52 1C
Octal 40 202 15 113 0 132 61 156 122 34
Binary 100000 10000010 1101 1001011 0 1011010 110001 1101110 1010010 11100

Color Harmonies of #20820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20820D

Black with #20820D

Text Example


Text Example

White with #20820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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