Html Css Color HEX #20A62D Forest Green

📋 copy color: '#20A62D'

red 32 ◦ green 166 ◦ blue 45

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

Shades of Forest Green #20A62D

Tints of Forest Green #20A62D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 68.31%

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 13.17%
G = 68.31%
B = 18.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#20A62D (or 0x20A62D) is known color: Forest Green. HEX triplet: 20, A6 and 2D. RGB value is (32,166,45). Sum of RGB (Red+Green+Blue) = 32+166+45=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #20A62D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A62D is #DF59D2. Grayscale: #707070. Windows color (decimal): -14637523 or 2991648. OLE color: 2991648.

HSL color Cylindrical-coordinate representation of color #20A62D: hue angle of 125.82º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A62D is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 166 45 -
CMYK 0.81 0 0.73 0.35
HSL 125.82º 0.68% 0.39% -
HSV(B) 125.82º 0.81% 0.65% -
XYZ 14.71 27.77 7.07 -
YUV 112.14 90.11 70.84 -
System Red Green Blue C M Y K H S L
Decimal 32 166 45 0.81 0 0.73 0.35 125.82 0.68 0.39
Hex 20 A6 2D 51 0 49 23 7E 44 27
Octal 40 246 55 121 0 111 43 176 104 47
Binary 100000 10100110 101101 1010001 0 1001001 100011 1111110 1000100 100111

Color Harmonies of #20A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A62D

Black with #20A62D

Text Example


Text Example

White with #20A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,166,45); }

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

background-color css

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

 a { background-color: rgb(32,166,45); }

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

border-color css

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

 span { border-color: rgb(32,166,45); }

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