Html Css Color HEX #20AD2A Forest Green

📋 copy color: '#20AD2A'

red 32 ◦ green 173 ◦ blue 42

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

Shades of Forest Green #20AD2A

Tints of Forest Green #20AD2A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 70.04%

 BLUE value IS 42 (16.8% from 255) = 17%

R = 12.96%
G = 70.04%
B = 17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#20AD2A (or 0x20AD2A) is known color: Forest Green. HEX triplet: 20, AD and 2A. RGB value is (32,173,42). Sum of RGB (Red+Green+Blue) = 32+173+42=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD2A is #DF52D5. Grayscale: #747474. Windows color (decimal): -14635734 or 2796832. OLE color: 2796832.

HSL color Cylindrical-coordinate representation of color #20AD2A: hue angle of 124.26º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD2A is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 42 -
CMYK 0.82 0 0.76 0.32
HSL 124.26º 0.69% 0.4% -
HSV(B) 124.26º 0.82% 0.68% -
XYZ 15.96 30.36 7.21 -
YUV 115.91 86.29 68.15 -
System Red Green Blue C M Y K H S L
Decimal 32 173 42 0.82 0 0.76 0.32 124.26 0.69 0.4
Hex 20 AD 2A 52 0 4C 20 7C 45 28
Octal 40 255 52 122 0 114 40 174 105 50
Binary 100000 10101101 101010 1010010 0 1001100 100000 1111100 1000101 101000

Color Harmonies of #20AD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD2A

Black with #20AD2A

Text Example


Text Example

White with #20AD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AD2A; }

 p { color: rgb(32,173,42); }

 H1.HeaderClassName
 {
   color: #20AD2A;
 }
 .AnyTagClassName
 {
   color: #20AD2A;
 }
</style>

background-color css

<style>
 a { background-color: #20AD2A; }

 a { background-color: rgb(32,173,42); }

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

border-color css

<style>
 span { border-color: #20AD2A; }

 span { border-color: rgb(32,173,42); }

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