Html Css Color HEX #20840D Forest Green

📋 copy color: '#20840D'

red 32 ◦ green 132 ◦ blue 13

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

Shades of Forest Green #20840D

Tints of Forest Green #20840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 74.58%

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

R = 18.08%
G = 74.58%
B = 7.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#20840D (or 0x20840D) is known color: Forest Green. HEX triplet: 20, 84 and 0D. RGB value is (32,132,13). Sum of RGB (Red+Green+Blue) = 32+132+13=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 132 (51.95% from 255 or 74.58% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 132 - color contains mainly: green. Hex color #20840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20840D is #DF7BF2. Grayscale: #585858. Windows color (decimal): -14646259 or 885792. OLE color: 885792.

HSL color Cylindrical-coordinate representation of color #20840D: hue angle of 110.42º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20840D is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 132 13 -
CMYK 0.76 0 0.90 0.48
HSL 110.42º 0.82% 0.28% -
HSV(B) 110.42º 0.9% 0.52% -
XYZ 8.92 16.84 3.16 -
YUV 88.53 85.37 87.68 -
System Red Green Blue C M Y K H S L
Decimal 32 132 13 0.76 0 0.90 0.48 110.42 0.82 0.28
Hex 20 84 D 4C 0 5A 30 6E 52 1C
Octal 40 204 15 114 0 132 60 156 122 34
Binary 100000 10000100 1101 1001100 0 1011010 110000 1101110 1010010 11100

Color Harmonies of #20840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20840D

Black with #20840D

Text Example


Text Example

White with #20840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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