Html Css Color HEX #20AD1E Forest Green

📋 copy color: '#20AD1E'

red 32 ◦ green 173 ◦ blue 30

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

Shades of Forest Green #20AD1E

Tints of Forest Green #20AD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 13.62%
G = 73.62%
B = 12.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#20AD1E (or 0x20AD1E) is known color: Forest Green. HEX triplet: 20, AD and 1E. RGB value is (32,173,30). Sum of RGB (Red+Green+Blue) = 32+173+30=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD1E is #DF52E1. Grayscale: #727272. Windows color (decimal): -14635746 or 2010400. OLE color: 2010400.

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

Color convert

RGB 32 173 30 -
CMYK 0.82 0 0.83 0.32
HSL 119.16º 0.7% 0.4% -
HSV(B) 119.16º 0.83% 0.68% -
XYZ 15.77 30.29 6.24 -
YUV 114.54 80.29 69.13 -
System Red Green Blue C M Y K H S L
Decimal 32 173 30 0.82 0 0.83 0.32 119.16 0.7 0.4
Hex 20 AD 1E 52 0 53 20 77 46 28
Octal 40 255 36 122 0 123 40 167 106 50
Binary 100000 10101101 11110 1010010 0 1010011 100000 1110111 1000110 101000

Color Harmonies of #20AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD1E

Black with #20AD1E

Text Example


Text Example

White with #20AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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