#20973C

Color #20973C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #20973C

Tints of Forest Green #20973C

Color information

#20973C (or 0x20973C) is unknown color: approx Forest Green. HEX triplet: 20, 97 and 3C. RGB value is (32,151,60). Sum of RGB (Red+Green+Blue) = 32+151+60=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #20973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20973C is #DF68C3. Grayscale: #696969. Windows color (decimal): -14641348 or 3970848. OLE color: 3970848.

HSL color Cylindrical-coordinate representation of color #20973C: hue angle of 134.12º 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 #20973C is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB3215160-
CMYK0.7900.600.41
HSL134.12º65.03%35.88%-
HSV(B)134.12º78.81%59.22%-
XYZ12.4822.778.01-
YUV105.04102.5875.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 151 (59.38% from 255) = 62.14%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=13.17%
G=62.14%
B=24.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32151600.7900.600.41134.1265.0335.88
Hex20973C4F03C29864124
Octal40227741170745120610144
Binary1000001001011111110010011110111100101001100001101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20973C; }

 p { color: rgb(32,151,60); }

 H1.HeaderClassName
 {
   color: #20973C;
 }
 .AnyTagClassName
 {
   color: #20973C;
 }
</style>
background-color css

<style>
 a { background-color: #20973C; }

 a { background-color: rgb(32,151,60); }

 div.DivClassName
 {
   background-color: #20973C;
 }
 .BgClassName
 {
   background-color: #20973C;
 }
</style>
border-color css

<style>
 span { border-color: #20973C; }

 span { border-color: rgb(32,151,60); }

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