Html Css Color HEX #20A513 Forest Green

📋 copy color: '#20A513'

red 32 ◦ green 165 ◦ blue 19

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

Shades of Forest Green #20A513

Tints of Forest Green #20A513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 76.39%

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 14.81%
G = 76.39%
B = 8.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#20A513 (or 0x20A513) is known color: Forest Green. HEX triplet: 20, A5 and 13. RGB value is (32,165,19). Sum of RGB (Red+Green+Blue) = 32+165+19=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 165 (64.84% from 255 or 76.39% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 165 - color contains mainly: green. Hex color #20A513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A513 is #DF5AEC. Grayscale: #6D6D6D. Windows color (decimal): -14637805 or 1287456. OLE color: 1287456.

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

Color convert

RGB 32 165 19 -
CMYK 0.81 0 0.88 0.35
HSL 114.66º 0.79% 0.36% -
HSV(B) 114.66º 0.88% 0.65% -
XYZ 14.17 27.26 5.13 -
YUV 108.59 77.44 73.37 -
System Red Green Blue C M Y K H S L
Decimal 32 165 19 0.81 0 0.88 0.35 114.66 0.79 0.36
Hex 20 A5 13 51 0 58 23 73 4F 24
Octal 40 245 23 121 0 130 43 163 117 44
Binary 100000 10100101 10011 1010001 0 1011000 100011 1110011 1001111 100100

Color Harmonies of #20A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A513

Black with #20A513

Text Example


Text Example

White with #20A513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,165,19); }

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

background-color css

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

 a { background-color: rgb(32,165,19); }

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

border-color css

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

 span { border-color: rgb(32,165,19); }

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