Html Css Color HEX #20963A Forest Green

📋 copy color: '#20963A'

red 32 ◦ green 150 ◦ blue 58

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

Shades of Forest Green #20963A

Tints of Forest Green #20963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 62.5%

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 13.33%
G = 62.5%
B = 24.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#20963A (or 0x20963A) is known color: Forest Green. HEX triplet: 20, 96 and 3A. RGB value is (32,150,58). Sum of RGB (Red+Green+Blue) = 32+150+58=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #20963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20963A is #DF69C5. Grayscale: #686868. Windows color (decimal): -14641606 or 3839520. OLE color: 3839520.

HSL color Cylindrical-coordinate representation of color #20963A: hue angle of 133.22º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20963A is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 150 58 -
CMYK 0.79 0 0.61 0.41
HSL 133.22º 0.65% 0.36% -
HSV(B) 133.22º 0.79% 0.59% -
XYZ 12.27 22.43 7.69 -
YUV 104.23 101.91 76.48 -
System Red Green Blue C M Y K H S L
Decimal 32 150 58 0.79 0 0.61 0.41 133.22 0.65 0.36
Hex 20 96 3A 4F 0 3D 29 85 41 24
Octal 40 226 72 117 0 75 51 205 101 44
Binary 100000 10010110 111010 1001111 0 111101 101001 10000101 1000001 100100

Color Harmonies of #20963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20963A

Black with #20963A

Text Example


Text Example

White with #20963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20963A; }

 p { color: rgb(32,150,58); }

 H1.HeaderClassName
 {
   color: #20963A;
 }
 .AnyTagClassName
 {
   color: #20963A;
 }
</style>

background-color css

<style>
 a { background-color: #20963A; }

 a { background-color: rgb(32,150,58); }

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

border-color css

<style>
 span { border-color: #20963A; }

 span { border-color: rgb(32,150,58); }

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