Html Css Color HEX #20A313 Forest Green

📋 copy color: '#20A313'

red 32 ◦ green 163 ◦ blue 19

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

Shades of Forest Green #20A313

Tints of Forest Green #20A313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 76.17%

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

R = 14.95%
G = 76.17%
B = 8.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#20A313 (or 0x20A313) is known color: Forest Green. HEX triplet: 20, A3 and 13. RGB value is (32,163,19). Sum of RGB (Red+Green+Blue) = 32+163+19=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 163 (64.06% from 255 or 76.17% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 163 - color contains mainly: green. Hex color #20A313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A313 is #DF5CEC. Grayscale: #6B6B6B. Windows color (decimal): -14638317 or 1286944. OLE color: 1286944.

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

Color convert

RGB 32 163 19 -
CMYK 0.80 0 0.88 0.36
HSL 114.58º 0.79% 0.36% -
HSV(B) 114.58º 0.88% 0.64% -
XYZ 13.81 26.55 5.01 -
YUV 107.42 78.1 74.21 -
System Red Green Blue C M Y K H S L
Decimal 32 163 19 0.80 0 0.88 0.36 114.58 0.79 0.36
Hex 20 A3 13 50 0 58 24 73 4F 24
Octal 40 243 23 120 0 130 44 163 117 44
Binary 100000 10100011 10011 1010000 0 1011000 100100 1110011 1001111 100100

Color Harmonies of #20A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A313

Black with #20A313

Text Example


Text Example

White with #20A313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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